This repository was archived by the owner on Jan 12, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (50 loc) · 1.26 KB
/
index.html
File metadata and controls
50 lines (50 loc) · 1.26 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
<html>
<head>
<title>Moved - Ethers Documentation</title>
<style type="text/css">
html {
color: #556;
font-family: sans-serif;
margin: 0;
}
body {
margin: 80px 0 0 0;
}
.centerer {
margin-left: 50%;
}
.content {
margin-left: -300px;
text-align: center;
width: 600px;
}
img {
}
.content > div {
margin-bottom: 30px;
}
a {
color: #889;
}
a:hover {
color: #002;
}
</style>
<head>
<body>
<div class="centerer">
<div class="content">
<div>
<img src="logo.jpg" width="300" height="300" />
</div>
<div>
<b>Ethers Documentation</b>
</div>
<div>
The Ethers documentation has moved to
<a href="https://docs.ethers.io">https://docs.ethers.io</a>.
</div>
</div>
</div>
</body>
</html>