-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (33 loc) · 1.45 KB
/
index.html
File metadata and controls
38 lines (33 loc) · 1.45 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./style.css">
<script src="./script.js"></script>
<link rel="icon" type="image/x-icon" href="./favicon.png">
<title>Home Page | ModSault </title>
</head>
<body>
<input type="checkbox" id="AdvancedModeCheckMark" name="AdvancedModeCheckMark">
<script>makeNavBar(".");</script>
<script>makeHeader("Welcome to Star Fox Assault Modding", null, false, false);</script>
<div id = "ContainerForAll">
<div class = "box">
<h2> Hi there </h2>
<p>
I don't exactly have any grand plans for a home page, but this page can help
as I think google searches show it. Before making it was just the README.md
file but now its a site. Pretty cool huh?<br><br>
But anyway, hi! My alias is ModSault and I'm a Star Fox Assault modder.
I have been doing this for a few years now (on and off because of irl things)
and I learned a lot about the game. Because I know I would've loved this as
a kid, I'm positive someone else would also love to see my work. It's also
a fun pastime.<br><br>
Haven't done much yet but checkout my <a href="https://www.youtube.com/@modsault6330">YouTube</a>
channel for some fun videos.
</p>
</div>
</div>
</body>
</html>