Files
legolog/client/public/index.html
Ben 6fca2d6f9e OpENgL
Former-commit-id: 64c9625b85553dcdb32306c9e03d69dc3d913ef3
2022-02-27 23:52:18 +00:00

40 lines
1.3 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 src="components/components.js"></script>
<script type="module" src="brick-renderer/glm.mjs"></script>
<script type="module" src="brick-renderer/shader.mjs"></script>
<script type="module" src="brick-renderer/index.mjs"></script>
<script type="module" src="index.mjs"></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>
<canvas id="webglviewer" width="640" height="480"></canvas>
</limited-margin>
</body>