Skip to content

Commit 193ba44

Browse files
authored
Update index.html
Moved style tags to head, added doctype, closed body tags
1 parent a8765b1 commit 193ba44

File tree

1 file changed

+57
-56
lines changed

1 file changed

+57
-56
lines changed

index.html

Lines changed: 57 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1,61 +1,7 @@
1+
<!DOCTYPE html>
12
<html>
23
<head>
3-
<title>Coding Hut Website.</title>
4-
5-
<nav class="menu-container">
6-
<!-- burger menu -->
7-
<input type="checkbox" aria-label="Toggle menu" />
8-
<span></span>
9-
<span></span>
10-
<span></span>
11-
12-
<!-- logo -->
13-
<a href="scratch-coding-hut.github.io" class="menu-logo">
14-
<img src="https://i.postimg.cc/6qgPbyGH/temp-Image-BJ164c.avif" alt="My Awesome Website"/>
15-
</a>
16-
17-
<!-- menu items -->
18-
<div class="menu">
19-
<ul>
20-
<li>
21-
<a href="https://scratch-coding-hut.github.io">
22-
Home
23-
</a>
24-
</li>
25-
<li>
26-
<a href="https://scratch-coding-hut.github.io/about">
27-
About
28-
</a>
29-
</li>
30-
<li>
31-
<a href="https://scratch.mit.edu/discuss/topic/652178/">
32-
Scratch Forum Post
33-
</a>
34-
</li>
35-
<li>
36-
<a href="https://scratch-coding-hut.github.io/sitemaplinks">
37-
More...
38-
</a>
39-
</li>
40-
</ul>
41-
<ul>
42-
<li>
43-
<a href="https://scratch-coding-hut.github.io/account">
44-
My Account
45-
</a>
46-
</li>
47-
</ul>
48-
</div>
49-
</nav>
50-
</head>
51-
<body>
52-
<h1><center><b>Coding Hut</b></center></h1>
53-
<h2>Welcome to the offical Coding Hut website.</h2>
54-
55-
Remember that Coding Hut was founded by @MyScratchedAccount on the Dec. 27, 2022</body>
56-
</html>
57-
58-
<style>body {
4+
<style>body {
595
overflow-x: hidden;
606
font-family: Sans-Serif;
617
margin: 0;
@@ -230,3 +176,58 @@ <h2>Welcome to the offical Coding Hut website.</h2>
230176
padding: 0 20px;
231177
}
232178
}</style>
179+
<title>Coding Hut Website.</title>
180+
181+
<nav class="menu-container">
182+
<!-- burger menu -->
183+
<input type="checkbox" aria-label="Toggle menu" />
184+
<span></span>
185+
<span></span>
186+
<span></span>
187+
188+
<!-- logo -->
189+
<a href="scratch-coding-hut.github.io" class="menu-logo">
190+
<img src="https://i.postimg.cc/6qgPbyGH/temp-Image-BJ164c.avif" alt="My Awesome Website"/>
191+
</a>
192+
193+
<!-- menu items -->
194+
<div class="menu">
195+
<ul>
196+
<li>
197+
<a href="https://scratch-coding-hut.github.io">
198+
Home
199+
</a>
200+
</li>
201+
<li>
202+
<a href="https://scratch-coding-hut.github.io/about">
203+
About
204+
</a>
205+
</li>
206+
<li>
207+
<a href="https://scratch.mit.edu/discuss/topic/652178/">
208+
Scratch Forum Post
209+
</a>
210+
</li>
211+
<li>
212+
<a href="https://scratch-coding-hut.github.io/sitemaplinks">
213+
More...
214+
</a>
215+
</li>
216+
</ul>
217+
<ul>
218+
<li>
219+
<a href="https://scratch-coding-hut.github.io/account">
220+
My Account
221+
</a>
222+
</li>
223+
</ul>
224+
</div>
225+
</nav>
226+
</head>
227+
<body>
228+
<h1><center><b>Coding Hut</b></center></h1>
229+
<h2>Welcome to the offical Coding Hut website.</h2>
230+
231+
Remember that Coding Hut was founded by @MyScratchedAccount on the Dec. 27, 2022</body>
232+
</body>
233+
</html>

0 commit comments

Comments
 (0)