-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheth.html
45 lines (36 loc) · 1.63 KB
/
eth.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta description="Learning some goddam acronyms">
<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">
<article class="blog">
<header>
<h1>Ethereum Basics</h1>
</header>
<div class="markdown-body">
<h3 id="ethereum">Ethereum</h3>
<p>Ethereum</p>
</div>
</article>
</div>
</body>
</html>