-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
64 lines (55 loc) · 4.3 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
63
64
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Toggle Word Quest Error 404</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Handjet:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="./404.css" />
</head>
<body>
<main class="main-container">
<div class="content-container">
<h1 class="title">Error <span style="color: #ea38a3;" >4</span>0<span style="color: #f59926;" >4</span></h1>
<div class="video-container" style="filter: url(#filter);" >
<video class="video" autoPlay loop muted playsInline >
<source src="./not-found.mp4" type="video/mp4" />
</video>
<div class="video-overlay"></div>
</div>
<a class="twq-btn" href="https://playtwq.com">Play Toggle Word Quest</a>
<div style="height: 0px;">
<svg xmlns="http://www.w3.org/2000/svg">
<filter id="waves0" x="-20%" y="-20%" width="140%" height="140%" filterUnits="objectBoundingBox" primitiveUnits="userSpaceOnUse" color-interpolation-filters="linearRGB">
<feTurbulence type="turbulence" baseFrequency="0.01 0.01" numOctaves="1" seed="1" stitchTiles="noStitch" result="turbulence"/>
<feDisplacementMap id="wave-scale" in="SourceGraphic" in2="turbulence" xChannelSelector="G" yChannelSelector="A" result="displacementMap"/>
</filter>
<filter id="waves5" x="-20%" y="-20%" width="140%" height="140%" filterUnits="objectBoundingBox" primitiveUnits="userSpaceOnUse" color-interpolation-filters="linearRGB">
<feTurbulence type="turbulence" baseFrequency="0.01 0.01" numOctaves="1" seed="1" stitchTiles="noStitch" result="turbulence"/>
<feDisplacementMap in="SourceGraphic" in2="turbulence" scale="5" xChannelSelector="G" yChannelSelector="A" result="displacementMap"/>
</filter>
<filter id="waves10" x="-20%" y="-20%" width="140%" height="140%" filterUnits="objectBoundingBox" primitiveUnits="userSpaceOnUse" color-interpolation-filters="linearRGB">
<feTurbulence type="turbulence" baseFrequency="0.01 0.01" numOctaves="1" seed="1" stitchTiles="noStitch" result="turbulence"/>
<feDisplacementMap in="SourceGraphic" in2="turbulence" scale="10" xChannelSelector="G" yChannelSelector="A" result="displacementMap"/>
</filter>
<filter id="waves15" x="-20%" y="-20%" width="140%" height="140%" filterUnits="objectBoundingBox" primitiveUnits="userSpaceOnUse" color-interpolation-filters="linearRGB">
<feTurbulence type="turbulence" baseFrequency="0.01 0.01" numOctaves="1" seed="1" stitchTiles="noStitch" result="turbulence"/>
<feDisplacementMap in="SourceGraphic" in2="turbulence" scale="15" xChannelSelector="G" yChannelSelector="A" result="displacementMap"/>
</filter>
<filter id="waves20" x="-20%" y="-20%" width="140%" height="140%" filterUnits="objectBoundingBox" primitiveUnits="userSpaceOnUse" color-interpolation-filters="linearRGB">
<feTurbulence type="turbulence" baseFrequency="0.01 0.01" numOctaves="1" seed="1" stitchTiles="noStitch" result="turbulence"/>
<feDisplacementMap in="SourceGraphic" in2="turbulence" scale="20" xChannelSelector="G" yChannelSelector="A" result="displacementMap"/>
</filter>
</svg>
</div>
</div>
<footer>
{ jc - develop } - all rights reserved © 2024 <a href="https://playtwq.com/terms-policy/" target="_blank" rel="noreferrer" > | Terms and Conditions |</a> <a href="https://playtwq.com/privacy-policy/" target="_blank" rel="noreferrer" > Privacy Policy |</a>
</footer>
</main>
</body>
</html>