-
Notifications
You must be signed in to change notification settings - Fork 0
/
error.html
37 lines (32 loc) · 1.24 KB
/
error.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
<!DOCTYPE html>
<!--
Original Author:Derek Dombek
Date Created:08-22-19
Version:bio html layout
Date Last Modified: 10/23/19
Modified by:Derek Dombek
Modification log: Wrote out a complete bio of myself. Not easy for me lol
-->
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="Wed design portfolio">
<meta name="keywords" content="C#,HTML,html5,CSS,portfolio">
<meta name="author" content="Derek Dombek">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio Page</title>
<script src="https://code.jquery.com/jquery-3.4.0.min.js"></script>
<script src="js/scroll.js"></script>
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/DerekPortfolio.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="apple-touch-icon" sizes="180x180" href="images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png">
<link rel="manifest" href="images/site.webmanifest">
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
</head>
<body>
<p>Error</p>
</body>
</html>