-
Notifications
You must be signed in to change notification settings - Fork 0
/
opener.html
40 lines (31 loc) · 1.41 KB
/
opener.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
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags always come first -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta http-equiv="refresh" content="5; URL=./index.html" />
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="node_modules/bootstrap/dist/css/bootstrap.min.css" />
<!-- Additional CSS must be placed after Bootstrap CSS -->
<link rel="stylesheet" href="node_modules/font-awesome/css/font-awesome.min.css" />
<link rel="stylesheet" href="node_modules/bootstrap-social/bootstrap-social.css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Comfortaa|Arima+Madurai|Sans+Serif" />
<link rel="stylesheet" href="css/styles1.css" />
<title>Equilibrium</title>
</head>
<body>
<header>
<h1 class="fancy">Equilibrium</h1>
<script src="js/app.js"></script>
<p>If you are not redirected in five seconds, <a href="./index.html">click here</a>.</p>
</header>
<!-- jQuery must come first, then Popper.js, then the Bootstrap JavaScript plugins.-->
<script src="node_modules/jquery/dist/jquery.slim.min.js"></script>
<script src="node_modules/popper.js/dist/umd/popper.min.js"></script>
<script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
</body>
<footer>
</footer>
</html>