UNPKG

1.09 kBHTMLView Raw
1<!DOCTYPE html>
2<html lang="en">
3
4<head>
5
6 <base href="/">
7
8 <script>
9 document.querySelector('base').href = window.location.hostname === 'vokeio.github.io' ? '/oxe/' : '/';
10 </script>
11
12 <meta charset="utf-8">
13 <meta name="theme-color" content="darkorange">
14 <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
15
16 <meta name="keywords" content="oxe, tiny, web, components, framework, library">
17 <meta name="description" content="A mighty tiny web components framework">
18
19 <title>Oxe</title>
20
21 <script src="./assets/oxe.js" defer></script>
22 <script src="./index.js" type="module" defer></script>
23
24 <link rel="stylesheet" href="./index.css">
25
26</head>
27
28<body>
29
30 <div class="title">
31 <h1><span>O</span>xe</h1>
32 <h2>A mighty tiny web components framework</h2>
33 </div>
34
35 <div class="menu">
36 <a href="./">Home</a>
37 <a href="./performance" o-external>Performance</a>
38 <a href="./binders">Binders</a>
39 </div>
40
41 <main></main>
42
43</body>
44
45</html>
\No newline at end of file