Files
legolog/client/public/index.html
2022-01-27 17:37:05 +00:00

20 lines
693 B
HTML

<html>
<head>
<title>LegoLog Home!</title>
<link rel="icon" type="image/svg+xml" href="/res/favicon.svg">
<link rel="stylesheet" type="text/css" href="global.css">
<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=Londrina+Solid&display=swap" rel="stylesheet">
<script src="components/components.js"></script>
</head>
<body>
<notification-bar-component>
15:03:04 - New Limited Time Offer, Get Any Lego Set for £10
</notification-bar-component>
<limited-margin>
<navbar-component></navbar-component>
</limited-margin>
</body>