mirror of
https://github.com/sigmasternchen/x86-64-wordle
synced 2025-03-15 16:19:02 +00:00
12 lines
240 B
HTML
12 lines
240 B
HTML
|
<!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>
|