OpenSource-GameList/dontuse.html

37 lines
957 B
HTML

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