-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
64 lines (63 loc) · 2.72 KB
/
index.html
File metadata and controls
64 lines (63 loc) · 2.72 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
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<title>Nothing But Theives</title>
<meta charset="utf-8">
<style>
body {background-color:black;}
a:link {
color: white;
background-color: transparent;
text-decoration: none;}
a:visited {
color: white;
background-color: transparent;
text-decoration: none;}
a:hover {
color: grey;
background-color: transparent;
text-decoration: none;}
a:active {
color: white;
background-color: transparent;
text-decoration: none;}
</style>
</head>
<body style="font-family:helvetica; text-align:center;">
<h1 style="font-size:60px; color:white; border:6px solid white;"><a href="index.html" target="_blank" title="낫벗띠">Nothing But Theives</a></h1>
<p style="text-align:center;">
<a href="impossible.html" target="_blank" title="불가농..">
Impossible
</a>
 
<a href="crazy.html" target="_blank" title="모두정신이나갔능가?">
Is Everybody Going Crazy?
 
</a>
<a href="unperson.html" target="_blank" title="낫닝겐">
Unperson
</a>
</p><hr>
<img src="black.jpg" alt="black image" style="width:750px;height:500px;" title="click the plane." usemap="#black">
<map name="black">
<area shape="rect" coords="383,226,412,500" href="source.html" alt="html source page" target="_blank">
</map>
<p style="text-align:center; font-family:baskerville; font-size:15px; color:white;" title="we're nothing but theives">
<br><strong>Follow NBT on Socials</strong><br><br>
<a href="http://nbthiev.es/FB" target="_blank">Facebook</a>  |  
<a href="http://nbthiev.es/TW" target="_blank">Twitter</a>  |  
<a href="http://nbthiev.es/IG" target="_blank">Instagram</a>  |  
<a href="http://nbthiev.es/SP" target="_blank">Spotify</a>  |  
<a href="http://www.nbthieves.com" target="_blank">Website</a>
</p><br>
<address>
<pre style="text-align:center; color:grey;" title="these are fake">
written by : samuel
contact me at : samuel.com
tel. : 010-1234-1234
</pre>
</address>
<p style="font-size:10px; font-family:helvetica; color:lightgrey; text-align:center;">
this Web page is a practice  |   samuel seo  |   2022.06.22  |   nothing but theives fan page  |   Pohang, Republic of Korea
</p>
</body>