-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex_template.html
32 lines (32 loc) · 999 Bytes
/
index_template.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
<!DOCTYPE html>
<html>
<head>
<style>
h1,h2,h3 { text-align: center; }
h2 { margin-top: 45px;}
body { font-family: "Arial"; }
pre { width: 450px; margin: auto; }
p { max-width: 600px; margin: auto; }
</style>
<title>Cold Suite - Curated cold storage and offline cryptocurrency tools</title>
</head>
<body>
<pre>
____ _ _ ____ _ _
/ ___| ___ | | __| | / ___| _ _ (_)| |_ ___
| | / _ \ | | / _` | \___ \ | | | || || __|/ _ \
| |___( (_) )| |( (_| | ___) )| |_| || || |_( __/
\____|\___/ |_| \__,_| |____/ \__,_||_| \__|\___|
</pre>
<h2>Curated cold storage and offline cryptocurrency tools</h2>
<hr />
__TOOL_LINKS_HERE__
<p> </p>
<hr />
<h2>This project is 100% open-source code</h2>
<p>
Get the source code from the repository -
<a href="/~https://github.com/jackcasey/coldsuite">/~https://github.com/jackcasey/coldsuite</a>
</p>
</body>
</html>