-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (27 loc) · 842 Bytes
/
index.html
File metadata and controls
41 lines (27 loc) · 842 Bytes
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
<html>
<header>
<title>4WALL</title>
<meta name="description" content="4th wall is no more.">
<meta name="keywords" content="FNF, Mod, FNF Mod, Rhythm Game, Rhythm Game Mod">
<meta name="author" content="ParaMattYT">
<link rel="stylesheet" href="scripts/animations.css">
</header>
<style>
body{
background-color: maroon;
}
</style>
<body>
<center>
<div class="mainDiv">
<div class="logoImg"> <!-- Logo, obviously. -->
<img src="assets/logo.png" width="500" height="500">
</div>
<div class="descText">
<H1>placeholder tagline ig</H1>
<H3>placeholder description lololololmao</H3>
</div>
</div>
</center>
</body>
</html>