-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
704088f
commit 016e441
Showing
1 changed file
with
44 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,44 @@ | ||
<title>Ludos Assets</title> | ||
<h1 style="text-align: center;"> | ||
This repository includes the assets from Ludos like games and game icons. | ||
</h1> | ||
<h2 style="text-align: center;"> | ||
If you were looking for the assets, click the link below | ||
</h2> | ||
<h2 style="text-align: center;"> | ||
<a href="https://github.com/MythicalTrashcan/Ludos-Assets"> | ||
Ludos Assets | ||
</a> | ||
</h2> | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<style> | ||
table, td { | ||
background-color: #ed8411; | ||
display: block; | ||
} | ||
|
||
a { | ||
color: #000000; | ||
text-decoration: none; | ||
} | ||
|
||
:root { | ||
text-align: center; | ||
} | ||
</style> | ||
<title> | ||
Ludos Assets | ||
</title> | ||
</head> | ||
<body> | ||
<center> | ||
<table width="85%"> | ||
<td> | ||
<b><a href="https://theludos.com/">Ludos</a></b> | | ||
<a href="https://theludos.com/projects/">Projects</a> | | ||
<a href="https://theludos.com/about-me/">About Me</a> | ||
</td> | ||
</table> | ||
</center> | ||
|
||
<p> | ||
This repository includes the assets from Ludos like games and game icons. | ||
</p> | ||
<p> | ||
If you were looking for the assets, click the link below | ||
</p> | ||
<a href="https://github.com/MythicalTrashcan/Ludos-Assets" style="text-decoration: underline; color: darkblue"> | ||
Ludos Assets | ||
</a> | ||
</body> | ||
</html> |