-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex2.html
42 lines (26 loc) · 1.36 KB
/
index2.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
41
42
<DOCTYPE! html>
<html>
<head>
<title>Reframe</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<!-- Style CSS -->
<link href="style.css" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.1/css/all.css" integrity="sha384-5sAR7xN1Nv6T6+dT2mhtzEpVJvfS3NScPQTrOxhwjIuvcA67KV2R5Jz6kr4abQsz" crossorigin="anonymous">
<script
src="https://code.jquery.com/jquery-3.3.1.js"
integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60="
crossorigin="anonymous"></script>
<script src="script.js"></script>
<link rel="stylesheet" href ="style.css">
</head>
<body>
<div class="container-fluid" id="background">
<div class="row top">
<div class="col-md-3 text-right"><h2 class="roboto top"><a href="/about.html">About</a></h2></div>
<div class="col-md-6 text-center"><h1 class="bromello"><a href="/index.html">Reframe</a></h1></div>
<div class="col-md-3 text-left"><h2 class="roboto top"><a href="/resources.html">Resources</a></h2></div>
</div>
</div>
</body>
</html>