-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
170 lines (128 loc) · 3.78 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
167
168
169
170
<!DOCTYPE html>
<html dir="ltr" xmlns="http://www.w3.org/1999/xhtml">
<!-- #BeginTemplate "master.dwt" -->
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<!-- #BeginEditable "doctitle" -->
<title>Home</title>
<style type="text/css">
.auto-style5 {
text-align: left;
}
.auto-style6 {
text-align: right;
font-family: Verdana;
}
.auto-style11 {
text-align: right;
font-family: Verdana;
font-weight: normal;
}
.auto-style12 {
text-align: left;
font-family: Verdana;
font-weight: normal;
font-size: x-small;
color: #808080;
}
</style>
<!-- #EndEditable -->
<link href="styles/style1.css" media="screen" rel="stylesheet" title="CSS" type="text/css" />
<style type="text/css">
@import url('https://fonts.googleapis.com/css2?family=Aldrich&display=swap');
@import url('https://fonts.cdnfonts.com/css/verdana');
.auto-style3 {
font-family: Aldrich;
}
.auto-style4 {
margin-left: 120px;
font-weight: normal;
}
.auto-style5 {
margin-left: 0px;
}
.auto-style6 {
font-family: Verdana;
}
.auto-style7 {
font-weight: normal;
}
.auto-style8 {
font-weight: normal;
font-size: x-small;
color: #808080;
}
.auto-style9 {
font-size: x-large;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.auto-style10 {
font-family: Verdana;
font-weight: normal;
}
</style>
</head>
<body>
<!-- Begin Container -->
<div id="container" class="auto-style5" style="width: 984px">
<!-- Begin Masthead -->
<div id="masthead">
<h1 class="auto-style7"><strong>SuperNoahPlushes</strong></h1>
<h3 class="auto-style4"><em>Welcome to my stupid little website!</em></h3>
</div>
<!-- End Masthead -->
<!-- Begin Navigation -->
<div id="navigation">
<ul>
<li style="height: 26px"><a href="index.html">Home</a></li>
<li><a href="Featured.html">Featured Playlist</a></li>
<li style="height: 25px"><a href="https://www.youtube.com/c/SNPMedia290">YouTube</a></li>
<li style="height: 26px"><a href="https://discord.gg/ZSsbWvtgAw">Discord</a></li>
<li></li>
<li style="height: 25px"><a href="https://www.threads.net/@supernoahplushes">Threads</a></li>
<li></li>
</ul>
</div>
<!-- End Navigation -->
<!-- Begin content_container -->
<div id="content_container">
<!-- Begin Left Column -->
<div id="column_left" style="width: 631px">
<!-- #BeginEditable "content" -->
<h2 class="auto-style12" style="font: Verdana; width: 621px; font-family: Verdana, Geneva, Tahoma, sans-serif;">
<em>Landing Page</em></h2>
<h2 class="auto-style5" style="width: 621px">This site's a wip but
stuffs gonna happen I tell ya hwat!</h2>
<!-- #EndEditable --></div>
<!-- End Left Column -->
<!-- Begin Right Column -->
<div id="column_right">
<!-- #BeginEditable "sidebar" -->
<h4 class="auto-style11"><strong>Why did I turn my website into something
that looks like it was made in 2009?</strong></h4>
<p class="auto-style6">idk, just wanted to. Wanted to make something
different compared to the same corporate bullshit that you see
everywhere else on the internet, instead making something of my own
liking!</p>
<p class="auto-style6" style="height: 145px">(i was also just tired of google sites lmao)</p>
<!-- #EndEditable --></div>
<!-- End Right Column -->
<!-- Begin Footer -->
<div id="footer">
<div id="copyright">
<p class="auto-style3">
<em>© SNP Media 2021-2023
</em>
</p> </div>
<p class="auto-style6"><a href="index.html">Home</a> |
<a href="Featured.html">Featured Playlist</a> |
<a href="https://www.youtube.com/c/SNPMedia290">YouTube</a> |
<a href="https://www.discord.gg/ZSsbWvtgAw">Discord</a> |
<a href="threadsfeed.html">Threads</a></p>
</div>
<!-- End Footer --></div>
<!-- End content_container --></div>
<!-- End Container -->
</body>
<!-- #EndTemplate -->
</html>