45 lines
2.1 KiB
HTML
45 lines
2.1 KiB
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>
|
|
<!-- ask rich about loading fonts elsewhere -->
|
|
<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 type="module" src="components/components.mjs"></script>
|
|
<script type="module" src="components/navbar.mjs"></script>
|
|
<script type="module" src="components/notificationbar.mjs"></script>
|
|
<script type="module" src="components/storefront.mjs"></script>
|
|
<script type="module" src="components/product-list.mjs"></script>
|
|
<script type="module" src="components/compact-listing.mjs"></script>
|
|
|
|
<script type="module" src="index.mjs"></script>
|
|
</head>
|
|
<body>
|
|
<notificationbar-component notification="15:03:04 - New Limited Time Offer, Get Any Lego Set for £10 Using Code LEGO10"></notificationbar-component>
|
|
|
|
<limited-margin>
|
|
<navbar-component></navbar-component>
|
|
|
|
<storefront-component></storefront-component>
|
|
|
|
<!-- <canvas id="webglviewer" width="300" height="300"></canvas> -->
|
|
<!-- <canvas id="webglviewer" width="300" height="300"></canvas>
|
|
<canvas id="webglviewer" width="300" height="300"></canvas>
|
|
<canvas id="webglviewer" width="300" height="300"></canvas>
|
|
<canvas id="webglviewer" width="300" height="300"></canvas>
|
|
<canvas id="webglviewer" width="300" height="300"></canvas>
|
|
<canvas id="webglviewer" width="300" height="300"></canvas>
|
|
<canvas id="webglviewer" width="300" height="300"></canvas>
|
|
<canvas id="webglviewer" width="300" height="300"></canvas>
|
|
<canvas id="webglviewer" width="300" height="300"></canvas>
|
|
<canvas id="webglviewer" width="300" height="300"></canvas>
|
|
<canvas id="webglviewer" width="300" height="300"></canvas> -->
|
|
|
|
|
|
</limited-margin>
|
|
</body>
|