OpenSource-GameList/index.html

33 lines
1.1 KiB
HTML
Raw Permalink Normal View History

2021-04-22 10:43:41 -07:00
<!DOCTYPE html>
<html>
<head>
2021-08-13 17:25:37 -07:00
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2021-04-23 22:59:49 -07:00
<link rel="icon" href="/OpenSource-GameList/src/images/icon.png">
2021-04-22 10:43:41 -07:00
<title>Open Source Game List</title>
2021-04-22 20:29:32 -07:00
<link rel="stylesheet" href="/OpenSource-GameList/src/style.css">
2021-04-22 10:43:41 -07:00
</head>
<body>
<header>
2021-05-04 18:50:29 -07:00
<p><a href="/OpenSource-GameList/"><img src="/OpenSource-GameList/src/images/icon.png" width="30px"/></a> Open Source Game List</p>
2021-04-22 10:43:41 -07:00
</header>
<nav>
2021-04-22 11:37:07 -07:00
<script src="/OpenSource-GameList/src/tagnav.js"></script>
2021-04-22 10:43:41 -07:00
</nav>
2021-06-04 16:39:29 -07:00
<script src="/OpenSource-GameList/src/search.js">
</script>
2021-04-22 10:43:41 -07:00
<article>
2021-04-22 12:41:00 -07:00
<script>
var tag = "home"
</script>
2021-07-26 05:23:17 -07:00
<div class="centerbox">
<ul>
<script src="/OpenSource-GameList/src/games.js"></script>
</ul>
</div>
2021-04-22 10:43:41 -07:00
</article>
2021-04-22 13:03:27 -07:00
<footer>
<script src ="/OpenSource-GameList/src/footer.js">
</script>
</footer>
2021-04-22 10:43:41 -07:00
</body>
</html>