OpenSource-GameList/index.html

33 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="/OpenSource-GameList/src/images/icon.png">
<title>Open Source Game List</title>
<link rel="stylesheet" href="/OpenSource-GameList/src/style.css">
</head>
<body>
<header>
<p><a href="/OpenSource-GameList/"><img src="/OpenSource-GameList/src/images/icon.png" width="30px"/></a> Open Source Game List</p>
</header>
<nav>
<script src="/OpenSource-GameList/src/tagnav.js"></script>
</nav>
<script src="/OpenSource-GameList/src/search.js">
</script>
<article>
<script>
var tag = "home"
</script>
<div class="centerbox">
<ul>
<script src="/OpenSource-GameList/src/games.js"></script>
</ul>
</div>
</article>
<footer>
<script src ="/OpenSource-GameList/src/footer.js">
</script>
</footer>
</body>
</html>