-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblocked.html
More file actions
25 lines (25 loc) · 978 Bytes
/
Copy pathblocked.html
File metadata and controls
25 lines (25 loc) · 978 Bytes
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Blocked by Vitreous</title>
<link rel="stylesheet" href="blocked.css" />
</head>
<body>
<div class="beams" aria-hidden="true"></div>
<main class="card">
<span class="shield" aria-hidden="true">
<svg viewBox="0 0 24 24" width="40" height="40" fill="none" stroke="currentColor" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z" />
<path d="M9 12l2 2 4-4" />
</svg>
</span>
<p class="eyebrow">Vitreous · Focus session</p>
<h1>This site is blocked</h1>
<p class="domain" id="domain">a distracting site</p>
<p class="msg">You asked to stay focused. This page is here instead — take a breath and get back to what matters.</p>
</main>
<script type="module" src="blocked.js"></script>
</body>
</html>