-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
40 lines (37 loc) · 2.21 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
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Daniel Aguilar | iOS Developer</title>
<link rel="icon" type="image/png" href="img/emojis/icon.png" hreflang="en-us">
<link href="css/main.css" rel="stylesheet" type="text/css">
<meta property="og:title" content="Daniel Aguilar | iOS Developer" />
<meta property="og:description" content="iOS developer focused on creating beautiful interfaces, experiences and exploring new technologies." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.dniel.me/" />
<meta property="og:site_name" content="Daniel Aguilar" />
<meta property="og:image:type" content="image/png" />
<meta property="og:locale" content="en_US">
<meta name="description" content="iOS developer focused on creating beautiful interfaces, experiences and exploring new technologies.">
<meta name="keywords" content="development, javascript, java, switft, c, kotlin, kailius, android, ios developer">
<meta itemprop="name" content="Daniel Aguilar | iOS Developer">
<meta itemprop="description" content="iOS developer focused on creating beautiful interfaces, experiences and exploring new technologies.">
</head>
<body class="not-found">
<div class="switch-wrapper">
<div class="sun"></div>
<div class="toggle-wrapper">
<input id="switch" type="checkbox" />
<label for="switch" id="toggle">Toggle</label>
</div>
<div class="moon"></div>
</div>
<img src="img/emojis/thinking-face.png" alt="">
<h1>Hmmm...</h1>
<h2>Looks like there's nothing here.<br>Maybe you should go back <a href="https://www.dniel.me/">home</a>.</h2>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js' type="text/javascript" charset="utf-8"></script>
<script src="js/main.js" type="text/javascript" charset="utf-8"></script>
</body>
</html>