-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
98 lines (89 loc) · 2.27 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
<!DOCTYPE html>
<html>
<head>
<title>OHFISHAL</title>
<meta charset="utf-8"/>
<link rel="stylesheet" type="text/css" href="main.css">
</head>
<body>
<head>
<style>
.dropbtn {
background-color: #000000;
color: white;
padding: 16px;
font-size: 16px;
border: none;
cursor: pointer;
}
.dropdown {
position: relative;
display: inline-block;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}
.dropdown-content a:hover {background-color: #f1f1f1}
.dropdown:hover .dropdown-content {
display: block;
}
.dropdown:hover .dropbtn {
background-color: #454545;
}
</style>
</head>
<head>
<script src="cufon-yui.js" type="text/javascript"></script>
<script src="28_Days_Later_400.font.js" type="text/javascript"></script>
<script type="text/javascript">
Cufon.replace('h2');
</script>
</head>
<body>
<h2><font size="7">*OHFISHAL*</font></h2>
<div class="dropdown">
<button class="dropbtn">Menu</button>
<div class="dropdown-content">
<a href="index.html">Home</a>
<a href="subscribe.html">Subscribe</a>
<a href="aboutus.html">About Us</a>
<a href="shop.html">Shop(WIP)</a>
<a href="pickle.html">Pickle</a>
<a href="twitter.html">Twitter</a>
</div>
</div>
</body>
</div>
<div class="main">
<h1><ins>The <mark>BEST</mark> YouTubers You Know - Look even Google thinks so.</ins></h1>
<h3>Subscribe to me on YouTube - bit.ly/JoinTeamWain</h3>
<p>I am a 16 year old just making videos for fun. I mostly livestream lately.<a href="http://bit.ly/JoinTeamWain"><mark>SUBSCRIBE</mark></a> </p>
<img src="https://pbs.twimg.com/media/CSRaRGlUcAQoF6Y.png:large"/>
<img src="http://i.imgur.com/kds27t7.png" />
</div>
</div>
<head>
<style type ="text/css" >
.footer{
position: fixed;
text-align: center;
bottom: 0px;
width: 100%;
}
</style>
</head>
<body>
<div class="footer">© Copywrong 1653 OHFISHAL_Gaming No Rights Reserved</div>
</body>
</body>
</html>