-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
26 lines (24 loc) · 1.81 KB
/
Copy path404.html
File metadata and controls
26 lines (24 loc) · 1.81 KB
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>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 | Not Found</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link href="style.css" rel="stylesheet" type="text/css" media="all">
<body>
<!-- SCM Music Player https://www.scmplayer.net -->
<script type="text/javascript" src="https://www.scmplayer.net/script.js"
data-config="{'skin':'skins/black/skin.css','volume':15,'autoplay':true,'shuffle':false,'repeat':1,'placement':'top','showplaylist':false,'playlist':[{'title':'Bubble Tea','url':'https://youtu.be/VAWFGYRPID0?si=ouQV22xrc2OhUXXP'},{'title':'Yubin %uC219%uB140 (%u6DD1%u5973)','url':'https://youtu.be/2MiQonPvlVM'},{'title':'Neon','url':'https://youtu.be/PhCJa2Vf6mo?si=V9Ac4ujhgPCvbRvH'},{'title':'RPG','url':'https://youtu.be/E286KqzpkKw'},{'title':'Sanik','url':'https://youtu.be/OAlqXJNy2cs?si=V-2AQ_vaI4KaC7Bg'},{'title':'Surf','url':'https://youtu.be/EFlOnFR5yNM?si=wu6V4uP6_k5NqoPN'},{'title':'Damn Good Day','url':'https://youtu.be/PUJ9qXbLyfE?si=Vm3PeAm49kBopK7X'},{'title':'loser ','url':'https://youtu.be/icraqaFgVwg'},{'title':'wii wii woo','url':'https://youtu.be/r1ZVPTCOCSQ?si=Zxa4MKtOOJQyXbDX'}]}" ></script>
<!-- SCM Music Player script end -->
<div class="navbar">
<a href="cat.html" class = "right">gif</a>
<a href="index.html">Home</a>
</div>
<h2>404 has been triggered</h2>
<br>
<img src="e1IneGq.gif">
<h2>Wha... how'd you mange that?</h2>
<p>in case you did'nt know a 404 error page is a web page <br>designated to be displayed when a request triggers the HTTP 404 response code. This code means the client (you, or rather your computer) was able to locate the server, but not the specific destination.</p>
<p>pretty much im blaming you here</p>
</html>