Files
queueful/frontend/app/static/index.html

15 lines
377 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div id="<%= mountId %>"></div>
</body>
</html>