-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
166 lines (160 loc) · 3.48 KB
/
index.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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
<html>
<head>
<title>weberco.in</title>
<link rel="icon" type="image/png" href="favicon.png">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="snowflakes" aria-hidden="true">
<div class="snowflake">
*
</div>
<div class="snowflake">
*
</div>
<div class="snowflake">
*
</div>
<div class="snowflake">
*
</div>
<div class="snowflake">
*
</div>
<div class="snowflake">
*
</div>
<div class="snowflake">
*
</div>
<div class="snowflake">
*
</div>
<div class="snowflake">
*
</div>
<div class="snowflake">
*
</div>
</div>
<h1>weberco.in</h1>
<p><a href='https://www.youtube.com/watch?v=7GSXbgfKFWg'>whitepaper</a> | <a href='https://github.com/thewebers/coin'>code</a> | <a href='https://lkgwbr.github.io'>author</a></p>
<p>The cryptocurrency for webers; a supreme digital asset for frem and fam alike.</p>
<ul>
<li>
invite-only, loser
</li>
<li>
totally real, hater
</li>
<li>
mine the crypto through dance or some weird shit
</li>
<li>
exchange the cryptocurrency for goods or services from the community
</li>
</ul>
<button onclick='alert("big fuckin whoop")'>express dissent</button>
<h2>listings</h2>
<input type="text" placeholder="Search...">
<table width='100%' style='text-align: center'>
<tr>
<th>type</th>
<th>cost</th>
<th>name</th>
<th>submitter</th>
<th>date</th>
</tr>
<tr>
<td>service</td>
<td>100 wcs</td>
<td>create a peice of music</td>
<td><a href='mailto: [email protected]'>luke</a></td>
<td>12/25/2020</td>
</tr>
<tr>
<td>good</td>
<td>10 wcs</td>
<td>hand-me-downs panties</td>
<td><a href='mailto: [email protected]'>luke</a></td>
<td>12/25/2020</td>
</tr>
<tr>
<td>good</td>
<td>10 wcs</td>
<td>weber coin logo</td>
<td><a href='mailto: [email protected]'>luke</a></td>
<td>12/25/2020</td>
</tr>
<tr>
<td>service</td>
<td>10 wcs</td>
<td>sensual painting</td>
<td><a href='mailto: [email protected]'>luke</a></td>
<td>12/25/2020</td>
</tr>
<tr>
<td>service</td>
<td>10 wcs</td>
<td>unload the dishwasher</td>
<td><a href='mailto: [email protected]'>luke</a></td>
<td>12/25/2020</td>
</tr>
<tr>
<td>service</td>
<td>0 wcs</td>
<td>kill the dead man that threw the salt shaker</td>
<td><a href='mailto: [email protected]'>luke</a></td>
<td>12/25/2020</td>
</tr>
</table>
<br />
<button disabled>submit listing</button>
<h2>start mining</h2>
<p>Next update for mining the coin released later Christmas day.</p>
<button disabled>download miner</button>
<h2>invite list</h2>
<ul>
<li>
logan weber
</li>
<li>
ben weber
</li>
<li>
rob weber
</li>
<li>
deanne weber
</li>
<li>
josh weber
</li>
<li>
nick weber
</li>
<li>
jana weber
</li>
<li>
barbara cox
</li>
<li>
clyde cox
</li>
<li>
barb weber
</li>
<li>
don weber
</li>
<li>
jim caputo
</li>
<li>
annie littler
</li>
</ul>
<button disabled>join</button>
</body>
</html>