-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (24 loc) · 881 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Evil Studios</title>
<!-- Vendor Stylesheets -->
<link rel="stylesheet" type="text/css" href="content/vendor/bootstrap-4.1.1/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="content/vendor/fontawesome-5.0.12/css/fontawesome-all.min.css">
<!-- Custom Stylesheets -->
<link rel="stylesheet" type="text/css" href="content/css/evil-studios.css">
</head>
<body>
<nav class="navbar navbar-dark bg-dark">
<a class="navbar-brand" href="#">Evil Studios</a>
</nav>
<div class="container-fluid">
<h2 class="text-center mt-5">
<i>Under Development...</i>
</h2>
</div>
</body>
</html>