-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathtest.html
27 lines (27 loc) · 1.05 KB
/
test.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
<!doctype html>
<html style="background: #f00" background="#0f0">
<head>
<title>Sensitive Site</title>
<style>
html {
background-color: #00f;
}
</style>
</head>
<body background="#0ff" style="background: #f0f">
<!-- begin panic button -->
<div id="panic-container" class="panic-button">
<span class="panic-button__text">Protect yourself online.</span>
<a class="panic-button__link" href="https://www.domesticshelters.org/safe-surfing">Learn how to hide your browsing history.</a>
<a href="https://www.google.com" title="Google" id="panic-button" class="panic-button__button">
<span class="panic-button__icon">×</span>
Quick exit (ESC)
</a>
</div>
<link rel="stylesheet" property="stylesheet" href="dist/panic.css" />
<script async src="sources/index.js"></script>
<!-- end panic button -->
<h1>Test page</h1>
<p>Test content.</p>
</body>
</html>