-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
26 lines (24 loc) · 920 Bytes
/
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>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="icon" type="image/x-icon" href="favicon.png">
<link rel="icon" type="image/png" href="favicon.png">
<meta name="description" content="Portifólio e página-perfil do desevolvedor Victor Lucas">
<title>Victor Lucas</title>
<link rel="stylesheet" type="text/css" href="assets/css/site.css?v=01">
<link href='https://fonts.googleapis.com/css?family=Roboto:100,300' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="top">
<div class="top-view">
<div class="content-top">
<h1>Eita!</h1>
<small>Parece que a página que você tentou acessar não existe.</small>
</div>
</div>
</div>
</body>
</html>