wordl/frontend/index.html
2024-06-03 00:51:07 +02:00

15 lines
490 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>wordl</title>
<link data-trunk href="./public/styles.css" rel="css">
<!-- <link data-trunk href="./assets/favicon.ico" rel="icon" type="image/x-icon"> -->
<link data-trunk rel="copy-dir" href="public" >
<link rel="manifest" href="public/manifest.json" />
</head>
<body class="bg-black text-white">
</body>
</html>