-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
27 lines (26 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
23
24
25
26
27
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Rob.dll</title>
<meta name="keywords" content="Roberto Di Lillo, Robdll, Portfolio, Fullstack developer, Frontend Developer, Backend Developer, Game Developer">
<link rel="icon" href="resources/favicon.png" type="image/x-icon" >
<link rel='stylesheet' type='text/css' href='css/styles.css' />
</head>
<body>
<section class="section-container" id="">
<div class="hero">
<span></span>
<img class="hero--img" src="./resources/404.png" alt="robdll sticker 1">
<h1 class="hero--title">404, Page does't exist </h1>
<div class="hero--subtitle">
<span>Here's a quick way to start over... </span>
</div>
<span class="hero--cta"><a class="nav--link" href="./index.html">HOME</a></span>
<span></span>
</div>
</section>
</body>
</html>