-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (48 loc) · 1.87 KB
/
index.html
File metadata and controls
52 lines (48 loc) · 1.87 KB
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
43
44
45
46
47
48
49
50
51
52
<!doctype html>
<html lang=en>
<!-- - - - - - - - - - - - - - - -->
<!-- https://pilafmon.github.io -->
<!-- - - - - - - - - - - - - - - -->
<head>
<meta charset=utf-8>
<meta name=viewport content="width=device-width, initial-scale=1">
<meta name=robots content="index, follow">
<meta name=description content="npm trends for Pilaf's projects">
<title>pilafmon • npm trends</title>
<link rel=icon href=https://centerkey.com/graphics/bookmark-icon.png>
<link rel=preconnect href=https://fonts.googleapis.com>
<link rel=preconnect href=https://fonts.gstatic.com crossorigin>
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@7.2/css/all.min.css>
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/dna-dom@3.3/dist/dna-dom.css>
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@2.5/dist/reset.min.css>
<style>
body { background-color: black; }
body >main { text-align: center; }
body >main i.font-icon { font-size: 10rem; }
body >footer i.font-icon { margin: 10px; }
</style>
<script defer src=https://cdn.jsdelivr.net/npm/dna-dom@3.3/dist/dna-dom.min.js></script>
<script defer src=https://cdn.jsdelivr.net/npm/web-ignition@2.5/dist/lib-x.min.js></script>
</head>
<body>
<header>
<figure>
<a href=https://centerkey.com>
<img src=https://centerkey.com/graphics/center-key-icon.svg alt=logo>
</a>
</figure>
</header>
<main>
<h1>npm trends</h1>
<a href=https://www.npmtrends.com/clabe-validator-vs-dna-dom-vs-fetch-json-vs-hamburger-menu-vs-node-slate-vs-pretty-print-json-vs-web-ignition>
<i data-icon=chart-line></i>
</a>
</main>
<footer>
<div>
<a href=https://pilafmon.github.io><i data-icon=home></i></a>
<a href=https://github.com/pilafmon><i data-brand=github-alt></i></a>
</div>
</footer>
</body>
</html>