12 lines
341 B
HTML
12 lines
341 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<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">
|
|
<title>Yew App</title>
|
|
</head>
|
|
<body class="base theme-dark bg-gray-900 text-gray-400">
|
|
</body>
|
|
</html>
|