This repository was archived by the owner on May 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (34 loc) · 1.68 KB
/
index.html
File metadata and controls
37 lines (34 loc) · 1.68 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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" data-l10n-sync="true" dir="ltr" lang="en-US">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta http-equiv="Content-Security-Policy" content="default-src chrome:; object-src 'none'" />
<meta name="color-scheme" content="light dark" />
<title data-l10n-id="neterror-dns-not-found-title">Ahem, it's not finished</title>
<link rel="stylesheet" href="chrome://global/skin/aboutNetError.css" type="text/css" media="all" />
<link rel="icon" id="favicon" href="chrome://global/skin/icons/info.svg" />
<link rel="localization" href="branding/brand.ftl" />
<link rel="localization" href="toolkit/neterror/certError.ftl" />
<link rel="localization" href="toolkit/neterror/netError.ftl" />
</head>
<body class="neterror">
<!-- PAGE CONTAINER (for styling purposes only) -->
<div class="container">
<div id="text-container">
<!-- Error Title -->
<div class="title">
<h1 class="title-text" data-l10n-id="dnsNotFound-title">Yeah, the site is still unfinished.</h1>
</div>
<!-- Short Description -->
<p id="errorShortDesc">You could however, access to it while being worked on</p>
<p id="errorShortDesc2"></p>
<div id="errorWhatToDo">
<p id="errorWhatToDoTitle" data-l10n-id="certerror-what-can-you-do-about-it-title">Please expect that everything is a concept, subject to change.</p>
</div>
<form action="index-old.html">
<button style="position: absolute;">OK</button>
</form>
</div>
</body>
</html>