-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathBitcointalk.html
More file actions
80 lines (78 loc) · 5.77 KB
/
Bitcointalk.html
File metadata and controls
80 lines (78 loc) · 5.77 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<html>
<head>
<!--Import Google Icon Font-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!--Import materialize.css-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/css/materialize.min.css">
<!--Let browser know website is optimized for mobile-->
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<style>
code {
border:1px solid black;
background-color:#EEEEFF;
white-space: pre-line;
padding:10px;
font-size:0.9em;
display: inline-block;
border: 1px solid #ccc;
border-radius: 2px;
background-color: #f8f8f8;
}
</style>
</head>
<body>
<ul class="collection">
<li class="collection-item avatar">
<i class="material-icons circle">folder</i>
<span class="title">Jr Member</span>
<br><br>
<code> [center][url=http://shieldcurrency.com/] X S H \\ S H I E L D [/url] [url=discord.gg/kgSXKrV] \\ Join The Community[/url] [/center]
</code>
<a href="#!" class="secondary-content"><i class="material-icons">grade</i></a>
</li>
<li class="collection-item avatar">
<i class="material-icons circle">folder</i>
<span class="title">Member</span>
<br><br>
<code> [url=http://shieldcurrency.com/] / __/ / // / /_ _// __/ / / / _ \ \ \/ / \````` || | ||| [/url][i][url=https://bitcointalk.org/index.php?topic=2234453]ANN[/url][/i]
[url=http://shieldcurrency.com/] _\ \ / _ / / / / _/ / /_ / / / / > < `---. __ | ||| [/url][i][url=discord.gg/kgSXKrV]CHAT[/url][/i]
[url=http://shieldcurrency.com/]/__/ /_//_/ /___//___/ /__/ /___/ /_/\_\ \_/ _||_| ||| [/url][i][url=https://www.shieldcurrency.com/#exchanges]BUY[/url][/i]
</code>
<a href="#!" class="secondary-content"><i class="material-icons">grade</i></a>
</li>
<li class="collection-item avatar">
<i class="material-icons circle green">insert_chart</i>
<span class="title">Sr Member or Higher</span>
<br><br>
<code>
[center][table][tr][td][tt][url=http://shieldcurrency.com/][size=2px][font=monospace][color=#e2c95a]
███████████████████████[color=#fce16a]███████████████[/color]
▀███████████████████[color=#fce16a]████████████████▀[/color]
▀███████ [color=#fce16a] ▀█████▀ [/color]
▀██████ [color=#fce16a] █████▀ [/color]
▀██████[color=#fce16a]██ [/color]
▀▀▀████████[color=#fce16a]███[/color]
▀▀███████[color=#fce16a]██[/color]
▀▀█████[color=#fce16a]███[/color]
▀█████[color=#fce16a]███[/color]
▀████ ████[color=#fce16a]███▀[/color]
▀████ ████[color=#fce16a]███▀[/color]
▀████ ████[color=#fce16a]███▀[/color]
▀███ ███[color=#fce16a]████▀[/color]
▀███ ████[color=#fce16a]███▀[/color]
▀█████[color=#fce16a]██▀[/color]
[tt][/td][td][/td][td][url=http://shieldcurrency.com/][color=#009fcc][font=Courier][size=12pt][size=9px][font=monospace] á▓█▀▀▓ ,██ ▐█▌ ▐█Ñ ▐██▀▀▀╜ ▓█▒ ██▀▀▓█▄ ▄█▀ ╙██ ▄█▀ ▄█▀▀▀Ñ ▐█▌ ▓█
▓█▄, ▐█▌╓╓w██ ██ ▓█▄╓╓ ,██ ▐█▌ ▓█@ ▓█Ñ ╫███▀ ╙██▄, ██▄╓╓▄█▌
╙▀██w ██É╝╝▓█▌ ▐█▌ ]██╝╝╝ ▐█▌ ██j██ ,▓█┘ ,▓███W ╝▀█▓ ▐█▌╝╝╩██Ü
▓▄▄▄█▀ ╟█▌ ██ ██▓█▌▄▄w ██▄▄▄ ▐██▄▄▄█▀ ╓█▓ ▄█▀ └██.▐▄▄▄▄█▀ ▓█M ╓█▌
[/font][/size]
[/size][/font][/color][/td][/tr][/table][/center]
</code>
<a href="#!" class="secondary-content"><i class="material-icons">grade</i></a>
</li>
</ul>
<!--Import jQuery before materialize.js-->
<script type="text/javascript" src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/js/materialize.min.js"></script>
</body>
</html>