-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
60 lines (60 loc) · 2.69 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=880,maximum-scale=1,minimum-scale=.4">
<meta name="author" content="Barry Cap">
<meta name="description" content="The official website of Barry Cap. You can find on this site my different works in domains like image, video, 3D, music… and many cool sorts of things.">
<link rel="icon" href="/assets/favicon.ico">
<link rel="icon" href="/assets/favicon.svg">
<link rel="stylesheet" href="/styles.css">
<link rel="manifest" href="/manifest.json">
<script src="/googleanalytics.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GY5Q2KLJ19"></script>
<script async src="/script.js"></script>
<title>Barry Cap › Error 404</title>
</head>
<body class="four-o-four">
<div>
<a href="/">
<svg viewBox="0 0 320 50" width="780" height="122" class="header-svg">
<style>
.header-svg{stroke:#fff;stroke-width:10;transition-duration:.2s;mix-blend-mode:difference}
.header-svg:hover{stroke:#88f;stroke-width:7.5}
.header-svg:active{stroke:#00f;stroke-width:5}
</style>
<title>Barry Cap</title>
<g fill="none">
<path id="4" d="M110 0v15a10 10 0 0010 10h10l0 25v-50"/>
<path id="0" d="M150 15a10 10 0 0120 0v20a10 10 0 01-20 0z"/>
<path id="42" d="M190 0v15a10 10 0 0010 10h10l0 25v-50"/>
</g>
</svg>
</a>
<div class="txt"></p>
<p class="button-container">
<a class="button" href="/home">Home</a>
<a class="button" href="/works">Works</a>
<a class="button" href="/about">About</a>
<a class="button" href="/random">Random</a>
</p>
<h3 class="sub-title" style="background:#00f4">Error 404</h3>
<p class="sub-txt">
Sorry but this page doesn’t exist. Sad. Maybe it’s not built yet or the link you may have selected is wrong.
</p>
</div>
</div>
<footer>
<img class="img-footer" src="/assets/smile.svg" alt=":)" width="780" height="186">
<div class="footer-wide">
<p class="footer-table-copyright">© 2022 <a href="/">Barry Cap</a></p>
<nav class="footer-table">
<a class="footer-table-button button" href="/help">Help</a>
<a class="footer-table-button button" href="/contributing">Contribution guidelines</a>
<a class="footer-table-button button" href="/license">License</a>
<a class="footer-table-button button" target="_blank" href="https://github.com/BarryCap/BarryCap.github.io">GitHub</a>
</nav>
</div>
</footer>
</body>
</html>