-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
62 lines (57 loc) · 1.78 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
---
permalink: /404.html
---
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="Saverio976 site (in construction)">
<title>404 - XRGB Not Found</title>
<link rel="stylesheet" href="/css/index.css">
<script src="/js/index.js"></script>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="preconnect" href="https://fonts.gstatic.com">
</head>
<body onload="SetTime()">
<div class="scrollmenu">
<a href="/">Présentation</a>
<a href="/html/creation.html">Créations</a>
<a href="/html/contact.html">Contacts</a>
</div>
<p>Errare humanum est, perseverare diabolicum</p>
<h1>404</h1>
<h3>Mmmhmmm...</h3>
<h3>Sounds like a skill issue</h3>
<h3>{.joke.}</h3>
<footer>
<p id="time">loading . . .</p>
</footer>
<!-- animated square -->
<div class="area" >
<ul class="circles">
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
</div >
<!-- wave at the bottom -->
<div class="waveWrapper waveAnimation">
<div class="waveWrapperInner bgTop">
<div class="wave waveTop" style="background-image: url('/assets/img/wave/wave-top.png')"></div>
</div>
<div class="waveWrapperInner bgMiddle">
<div class="wave waveMiddle" style="background-image: url('/assets/img/wave/wave-mid.png')"></div>
</div>
<div class="waveWrapperInner bgBottom">
<div class="wave waveBottom" style="background-image: url('/assets/img/wave/wave-bot.png')"></div>
</div>
</div>
</body>
</html>