OpenSource-GameList/dontuse.html

37 lines
957 B
HTML
Raw Permalink Normal View History

2021-04-22 20:46:27 -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="src/images/icon.png">
2021-04-22 20:46:27 -07:00
<title>Open Source Game List</title>
<link rel="stylesheet" href="src/style.css">
</head>
<body>
<header>
2021-05-04 18:50:29 -07:00
<p><a href="/"><img src="src/images/icon.png" width="30px"/></a> Open Source Game List</p>
2021-04-22 20:46:27 -07:00
</header>
<nav>
<script src="src/tagnav.js"></script>
</nav>
2021-06-04 16:39:29 -07:00
<script src="src/search.js">
</script>
2021-04-22 20:46:27 -07:00
<article>
<script>
var tag = "home"
</script>
2021-07-26 05:23:17 -07:00
<div class="centerbox">
2021-04-22 20:46:27 -07:00
<ul>
<script src="src/games.js"></script>
</ul>
2021-07-26 05:23:17 -07:00
</div>
2021-04-22 20:46:27 -07:00
</article>
<footer>
<script src ="src/footer.js">
</script>
</footer>
</body>
</html>