-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
26 lines (21 loc) · 1.14 KB
/
404.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Kevin Bastien</title>
<meta name=”description” content=”Kevin Bastien is a student at the University of Portland. Kevin Bastien is studying Computer Science, and is currently a freelancer.”/>
<!-- Temporary Profile Card inspired by Dave Gamache's dribbble design. -->
<link rel="stylesheet" type="text/css" href="bower_components/bootstrap/dist/css/bootstrap.min.css">
<script src="bower_components/jquery/dist/jquery.min.js" type="text/javascript"></script>
<script src="bower_components/bootstrap/dist/js/bootstrap.min.js" type="text/javascript"></script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Personal Style Sheet, Fonts, Favicon -->
<link rel="shortcut icon" href="/assets/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="css/compiled/styles.css">
<link href='http://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>
</head>
<body>
<img id="bg" src="assets/404.gif">
</body>
</html>