lan-party-backend/web/index.html

12 lines
341 B
HTML
Raw Normal View History

2022-09-04 11:13:24 +02:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
2022-09-04 19:43:16 +02:00
<link data-trunk href="tailwind.css" rel="css">
<link href="https://cdn.jsdelivr.net/npm/@mdi/font@6.9.96/css/materialdesignicons.min.css" rel="stylesheet">
2022-09-04 11:13:24 +02:00
<title>Yew App</title>
</head>
2022-09-04 19:43:16 +02:00
<body class="base theme-dark bg-gray-900 text-gray-400">
</body>
2022-09-04 11:13:24 +02:00
</html>