-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
27 lines (26 loc) · 855 Bytes
/
home.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
<html>
<head>
<meta charset="utf-8">
<title>Home - FenryStreamsport</title>
</head>
<body>
<div id="header">
<img src="Images/Streamsport Banner.png" width="850" height="200">
<h1>FenryStreamsport Home</h1>
<p>Welcome to FenryStreamsport! Here, you can watch all your favorite shows, all easily and online!</p>
</div>
<div id="Navigation">
<nav>
<button href="applibrary.html">App Library</button><button href="Form.html">Streaming Service Adding Form</button><button href="help.html">Help</button><button href="Updates.html">Updates</button>
</nav>
</div>
<div id="popular apps">
<h2>Popular Apps</h2>
<table>
</table>
</div>
<div id="footer">
<right><p>Copyright 2024 FenrySupersport Gaming Studios</p></right>
</div>
</body>
</html>