Skip to content

Commit

Permalink
Update index.html theme
Browse files Browse the repository at this point in the history
  • Loading branch information
MythicalTrashcan committed Jan 14, 2024
1 parent 704088f commit 016e441
Showing 1 changed file with 44 additions and 12 deletions.
56 changes: 44 additions & 12 deletions index.html
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>

0 comments on commit 016e441

Please sign in to comment.