-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
42 lines (41 loc) · 1.58 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=1400px, initial-scale=0.22">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="./src/index.less">
<link rel="stylesheet" href="./node_modules/@wikimedia/codex/dist/codex.style.css">
<title>Wikimedia Skins Lab</title>
</head>
<body>
<header>
<a href="#/">
<h1>Skins</h1>
</a>
<div>
<span><a href="https://jdlrobson.com">Jon Robson</a> and <a href="https://littledailydose.com/contact">Linz Lim</a> made a place to find the perfect skin for your <a href="https://www.mediawiki.org">MediaWiki</a></span>
<img src="./assets/petals.svg" alt="mediawiki logo" width="45" height="45">
</div>
</header>
<main id="app"></main>
<nav>
<a id="explore" href="#/explore">explore</a>
<a id="create" href="#/add">create</a>
</nav>
<!-- built files will be auto injected -->
<script src="node_modules/less/dist/less.min.js"></script>
<script type="module" src="./src/main.js"></script>
<a href="https://github.com/jdlrobson/skins.wmflabs.org" title="Report problems and submit patches on Github"
class="github-badge">
<img src="./assets/github.png" width="32" height="32" alt="Github repository for this site"></a>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-JMFXH19XWD"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-JMFXH19XWD');
</script>
</body>
</html>