-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (37 loc) · 1.28 KB
/
index.html
File metadata and controls
40 lines (37 loc) · 1.28 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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Main Page</title>
<meta content="Fernando's Page | Main Page" property="og:title">
<meta property="og:url" content="/">
<meta property="og:type" content="website">
<meta content="Fern" name="author">
<meta content="pure horror page" property="og:description">
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<div class="black-block"></div>
<div class="black-header"></div>
</div>
<div class="footer-left">Made by Fernando </div>
</div>
<div class="footer-right">
<p>Mister Industries.</p>
</div>
<div id="tabs-container">
<div class="tab" onclick="location.href='index.html'">Main</div>
<div class="tab" onclick="location.href='pages/hooks.html'">Hook Functions</div>
<div class="tab" onclick="location.href='pages/rooms.html'">Room Making Guide</div>
<div class="tab" onclick="location.href='pages/info.html'">Personal Information</div>
</div>
<h1> </h1>
<h1> </h1>
<h1> </h1>
<h1> </h1>
<h1> </h1>
<h1> </h1>
<h1> </h1>
<h1> </h1>
</body>
</html>