-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (30 loc) · 1.07 KB
/
index.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
28
29
30
31
32
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>5erver</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Righteous">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Mulish">
<script src="https://kit.fontawesome.com/1c2c2462bf.js" crossorigin="anonymous"></script>
<link rel="icon" href="./imgs/5ervericon.png">
</head>
<body>
<div id="titleBox">
<h1 id="title">5erver</h1>
</div>
<div id="descriptionBox">
<i id="serverIcon" class="fas fa-server"></i>
<h6 id="topIcon">5erver</h6>
<h4 id="description">Local Host Server by 5late.</h4>
</div>
<div>
<a href="videos.html"><button id="browseButton">Browse Videos</button></a>
</div>
<div>
<a href="http://localhost:1337/upload"><button id="uploadButton">Upload Video</button></a>
</div>
</body>
</html>