-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
110 lines (107 loc) · 4.27 KB
/
Copy pathindex.html
File metadata and controls
110 lines (107 loc) · 4.27 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
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
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://cdn.tailwindcss.com"></script>
<title> Try Hcak My Account, And leave your name at following table. </title>
</head>
<body>
<h1 class="text-3xl font-bold text-center">
Here is a simple web page.
</h1>
<p class="text-1xl text-center">Let's start here.</p>
<h2 class="text-2xl font-bold text-center"> Finisher Names </h2>
<div class="justify-center">
<table class="table-auto justify-center w-full">
<thead>
<tr>
<th class="text-center">Name</th>
<th class="text-center">Github</th>
<th class="text-center">Other</th>
</tr>
</thead>
<tbody>
<tr>
<td class="text-center">🐷🐷🐷Nameless Esonhugh🐷🐷🐷</td>
<td class="text-center text-sky-400"><a href="https://github.com/Esonhugh">https://github.com/Esonhugh</a></td>
<td class="text-center">Creator</td>
</tr>
<tr>
<td class="text-center">DVKunion</td>
<td class="text-center text-sky-400"><a href="https://github.com/DVKunion">https://github.com/DVKunion</a></td>
<td class="text-center">FISHER</td>
</tr>
<tr>
<td class="text-center">LovelyWei</td>
<td class="text-center text-sky-400"><a href="https://github.com/LovelyWei">https://github.com/LovelyWei</a></td>
<td class="text-center">🥰</td>
</tr>
<tr>
<td class="text-center">SilentStone</td>
<td class="text-center text-sky-400"><a href="https://github.com/huamang">https://github.com/huamang</a></td>
<td class="text-center">☁️</td>
</tr>
<tr>
<td class="text-center">shadowabi</td>
<td class="text-center text-sky-400"><a href="https://github.com/shadowabi">https://github.com/shadowabi</a></td>
<td class="text-center">☁️</td>
</tr>
<tr>
<td class="text-center">CDxiaodong</td>
<td class="text-center text-sky-400"><a href="https://github.com/CDxiaodong">https://github.com/CDxiaodong</a></td>
<td class="text-center">(◕‿◕✿)</td>
</tr>
<tr>
<td class="text-center">4ek0</td>
<td class="text-center text-sky-400"><a href="https://github.com/4ek0">https://github.com/4ek0</a></td>
<td class="text-center">Ciallo~(∠・ω< )⌒★</td>
</tr>
<tr>
<td class="text-center">ss</td>
<td class="text-center text-sky-400"><a href=#></a></td>
<td class="text-center">乱来</td>
</tr>
<tr>
<td class="text-center">xiixhu</td>
<td class="text-center text-sky-400"><a href="https://github.com/arriverl">https://github.com/arriverl</a></td>
<td class="text-center">neko是我的神</td>
</tr>
<tr>
<td class="text-center">Yangliu</td>
<td class="text-center text-sky-400"><a href="https://github.com/yangliukk">https://github.com/yangliukk</a></td>
<td class="text-center">又学到了</td>
</tr>
<tr>
<td class="text-center">Flower</td>
<td class="text-center text-sky-400"><a href="https://github.com/FlowerWitch">https://github.com/FlowerWitch</a></td>
<td class="text-center">南无三,这意式魔法芝士的一个的侧面</td>
</tr>
<tr>
<td class="text-center">Rem</td>
<td class="text-center text-sky-400"><a href=#></a></td>
<td class="text-center"><b>:)</b>Ciallo~(∠・ω< )⌒★</td>
</tr>
<tr>
<td class="text-center">Bryan</td>
<td class="text-center text-sky-400"><a href="https://github.com/bryanmcnulty">https://github.com/bryanmcnulty</a></td>
<td class="text-center">BRYAN WAS HERE!!!</td>
</tr>
<!--
If you hacked, you are able to add your name here.
<tr>
<td>Witchy Woman</td>
<td>The Eagles</td>
<td>1972</td>
</tr>
<tr>
<td>Shining Star</td>
<td>Earth, Wind, and Fire</td>
<td>1975</td>
</tr>
-->
</tbody>
</table>
</div>
</body>
</html>