-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (37 loc) · 1.18 KB
/
index.html
File metadata and controls
42 lines (37 loc) · 1.18 KB
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 lang="en">
<head>
<meta charset="UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<link rel="icon" href="view/img/favicon.ico" type="image/x-icon" />
<title>Skyler Kidd</title>
<base href="/" />
<!-- LIBRARIES -->
<script src="view/libs/jquery/dist/jquery.min.js"></script>
<script src="view/libs/bootstrap/dist/js/bootstrap.min.js"></script>
<!-- STYLE / THEME -->
<link href="view/libs/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="view/libs/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="view/css/style.css" rel="stylesheet">
</head>
<body>
<div class="container-fluid">
<div class="biog row-fluid">
<div class="biog_image col-sm-4">
<img src="view/img/Skyler.png">
</div>
<div class="biog_text col-sm-8">
<h1>
Hi! My name is Skyler.
</h1>
<p>
(Wow! What a useful and informative website!)
</p>
</div>
</div>
</div>
<!--
Nope! There's not even anything useful or interesting in the source code...
-->
</body>
</html>