-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwikis.html
73 lines (55 loc) · 2.13 KB
/
wikis.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta description="Build your own static site generator">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>toe knee</title>
<link rel="shortcut icon" href="/img/planet.png">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/modern-normalize/0.5.0/modern-normalize.min.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/github-markdown-css/3.0.1/github-markdown.min.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.6/styles/default.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="/css/styles.css">
<script async defer data-domain="cha0sg0d.github.io" src="https://plausible.one/js/plausible.js"></script>
</head>
<body>
<div class="navbar">
<a href="/"> <img src="/img/planet.png" alt="cha0splanet" width="16" height="16"></a>
<a href="https://twitter.com/cha0sg0d11" target="_blank" class="right"><i class="fa fa-twitter"></i></a>
<a href="https://github.com/cha0sg0d" target="_blank" class="right"><i class="fa fa-github"></i></a>
<a href="/wikis.html" class="right"><i class="fa fa-wikipedia-w"></i></a>
<a href="/projects.html" class="right"> <i class="fa fa-laptop"></i></a>
</div>
<div class="main">
<section>
<h1>Wiki</h1>
<p>
Welcome to my personal wiki.
</p>
<p>
Here are defintions in my own words.
</p>
</section>
<section>
<header>
<h1></h1>
</header>
<ul>
<li class="title">
<a href="evm.html">What is Ethereum</a>
<span class="timestamp">
August 1, 2021
</span>
</li>
<li class="title">
<a href="link.html">Wiki test</a>
<span class="timestamp">
July 14, 2021
</span>
</li>
</ul>
</section>
</div>
</body>
</html>