laconic-console/public/index.html

21 lines
441 B
HTML
Raw Normal View History

2024-08-09 02:45:56 +00:00
<!doctype html>
<html>
2024-08-09 02:45:56 +00:00
<head>
<meta charset="utf-8" />
<title>
<%= title %>
</title>
<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=DM+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap"
rel="stylesheet" />
</head>
<body>
<div id="root"></div>
</body>
</html>