-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
70 lines (61 loc) · 2.03 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
65
66
67
68
69
70
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Spy's Website</title>
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<link rel="stylesheet" href="stile.css" />
</head>
<body>
<ol class="navbar">
<li><a class="navbar-title active">Spy's Website</a></li>
<li><a class="navbar-item" href="index.html">Home</a></li>
<li><a class="navbar-item" href="news.html">News</a></li>
<li><a class="navbar-item" href="contact.html">Contact</a></li>
<li><a class="navbar-item" href="tetris.html">Tetris</a></li>
<li style="float:right"><a class="navbar-item" href="about.html">About</a></li>
</ol>
<p>Unfortunately the page is not found. Please try again.
<br>
<br>
<aside class="image" style="text-align: center">
<img src="https://i.spysder.com/i/11ab4c522868.png" alt="Sadd">
</aside>
<br>
<aside class="button">
<a href="index.html">Go to home</a>
</aside>
<p class="calc-text">Here's a little calculator for the meantime, it does not work, please do not attempt to use it :)</p>
<div class="calc-body">
<div class="calc-screen">
<div id="calc-operation">6+9*420/4154 </div>
<div id="calc-typed">6.9</div>
</div>
<div class="calc-button-row">
<button class="ac">AC</button>
<button class="opt">+/−</button>
<button class="opt">%</button>
<button class="opt">÷</button>
<button>7</button>
<button>8</button>
<button>9</button>
<button class="opt">×</button>
<button>4</button>
<button>5</button>
<button>6</button>
<button class="opt">−</button>
<button>1</button>
<button>2</button>
<button>3</button>
<button class="opt">+</button>
<button>0</button>
<button>.</button>
<button>⌫</button>
<button class="opt">=</button>
</div>
</div>
</body>
<footer>
<marquee direction="right" class="footer" scrollamount="30">Made by Spy, Enjoy!</marquee>
</footer>
</html>