-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
22 lines (21 loc) · 1.03 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
<!DOCTYPE html>
<html>
<head><meta http-equiv="Content-Type" content="text/html; charset=euc-jp">
<link href="https://fonts.googleapis.com/css?family=Overpass:200,300,400,400i,700,900" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="icon" type="image/jpg" href="GCAN.png">
<link rel="stylesheet" href="animate.min.css">
<title>Page not found - Gabriel Caniglia</title>
<meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' />
</head>
<body>
<section class="intro">
<div class="first">
<h1 style="margin-bottom: 10px;">404</h1>
<div class="tagline" style="margin-top: 0px; margin-bottom: -5px;">File not found</div>
<div class="tagline" style="margin-top: -5px; margin-bottom: 0px;">You've reached the website of Gabriel Caniglia, but this is not a valid URL. Please head to the <a href="https://www.gcan.co/">homepage</a>.</div>
</div>
</section>
</body>
</html>