-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnothingtosee.html
More file actions
45 lines (38 loc) · 1.58 KB
/
Copy pathnothingtosee.html
File metadata and controls
45 lines (38 loc) · 1.58 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html>
<!-- Head : All metadata and HTML information goes here -->
<head>
<!--Website Metadata-->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="There is nothing to see here.">
<meta name="author" content="DAK">
<link rel="icon" type="image/png" href="https://dak404.github.io/Assets/Images/favicon.ico">
<link rel="stylesheet" href="./Assets/Stylesheet/style.css">
<!--Website Title-->
<title>.NULL // NULL</title>
</head>
<!-- Body : The Website content below is displayed on the browser -->
<body>
<!-- Header : The elements which are displayed at the top of the page -->
<header>
<!-- Navigation Menu : Displays a list of other accessible pages -->
<nav>
<!-- List of the pages, hyperlinking the same to the target -->
<ul>
<a href="https://dak404.github.io/"><li><img src="./Assets/Images/branding.png" width=65px"></li></a>
</ul>
</nav>
</header>
<div class="nS">
<h1>NULL\0</h1>
<h2>Your warranty is now NULL and VOID</h2>
<p>Scanning unknown QR codes can be injurious to your health</p><p style="color: #00ff00">Achievement Unlocked: QR_CODE_FOUND</p>
</div>
<BR><BR>
<!-- Footer : The elements which are displayed at the bottom of the page -->
<footer>
<p>Error: NullPointerException</p>
</footer>
</body>
</html>