lyrs/templates/page.html
2024-05-07 21:13:46 -05:00

13 lines
180 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Sup</title>
<link rel="stylesheet" type="text/css" href="/static/style.css" />
</head>
<body class="bg-base text-text">
</body>
</html>