x86-64-wordle/html/index.html

16 lines
476 B
HTML
Raw Normal View History

2024-09-19 20:50:21 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
<link rel="stylesheet" href="static/styles.css">
2024-09-20 21:06:38 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2024-09-19 20:50:21 +00:00
</head>
<body>
<div id="app"></div>
2024-09-28 19:02:01 +00:00
<a class="github-link" href="https://github.com/sigmasternchen/x86-64-wordle">
<img src="static/github-mark-white.png" alt="Github logo" />
</a>
2024-09-19 20:50:21 +00:00
<script src="static/bundle.js"></script>
</body>
</html>