-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (45 loc) · 1.78 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
43
44
45
46
47
48
49
<!doctype html>
<html lang=en>
<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 Dem's projects">
<title>dpilafian • npm trends</title>
<link rel=icon href=https://centerkey.com/graphics/bookmark.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/[email protected]/css/all.min.css>
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/[email protected]/dist/dna-engine.css>
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/[email protected]/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/[email protected]/dist/dna-engine.min.js></script>
<script defer src=https://cdn.jsdelivr.net/npm/[email protected]/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-engine-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://dpilafian.github.io><i data-icon=home></i></a>
<a href=https://github.com/dpilafian><i data-brand=github-alt></i></a>
</div>
</footer>
</body>
</html>