x86-64-wordle/html/index.html

12 lines
240 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">
</head>
<body>
<div id="app"></div>
<script src="static/bundle.js"></script>
</body>
</html>