31 lines
966 B
HTML
31 lines
966 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">
|
|
<link href="https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap" rel="stylesheet">
|
|
<script src="components/components.js"></script>
|
|
</head>
|
|
<body>
|
|
<loading-component></loading-component>
|
|
<notification-bar-component>
|
|
15:03:04 - New Limited Time Offer, Get Any Lego Set for £10 Using Code LEGO10
|
|
</notification-bar-component>
|
|
|
|
<limited-margin>
|
|
<navbar-component></navbar-component>
|
|
|
|
<content-margin>
|
|
|
|
<div id="top-picks">
|
|
Today's Top Picks
|
|
</div>
|
|
|
|
</content-margin>
|
|
|
|
</limited-margin>
|
|
</body>
|