This commit is contained in:
Victor Westerlund 2020-12-21 08:52:31 +01:00
parent 775179ddf8
commit 922262daf3
2 changed files with 6 additions and 6 deletions

View file

@ -4,14 +4,14 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#091008">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="/netwatch/assets/css/style.css">
<title>NETDIR://PAGE_NOT_FOUND</title>
</head>
<body>
<div id="keystone">
<header>
<div id="keystoneLogo" class="center">
<img src="assets/img/Keystone_Logo_2077.svg"/>
<img src="/netwatch/assets/img/Keystone_Logo_2077.svg"/>
</div>
<div id="searchbox" class="centerY">
<div id="urlbox" class="centerY">
@ -25,12 +25,12 @@
</header>
<main>
<div id="banner" class="centerY">
<img src="assets/img/no_entry_icon_2077.svg"/>
<img src="/netwatch/assets/img/no_entry_icon_2077.svg"/>
<h1>PAGE NOT FOUND</h1>
</div>
<div id="content" class="center">
<div class="center">
<img src="assets/img/NetWatch_badge_2077.png"/>
<img src="/netwatch/assets/img/NetWatch_badge_2077.png"/>
<h2>THIS PAGE CANNOT BE DISPLAYED. FOR HELP, PLEASE CONTACT NETWATCH</h2>
<p>REMEMBER: Never access private domains with the extension .web. Surf ONLY domains with approved URL extensions (e.g. CORP, PUB, LAW). DO NOT upload daemons on public-access computers. If you encounter a rouge AI, contact a NetWatch officer IMMEDIATELY and follow their instructions.</p>
</div>

View file

@ -1,6 +1,6 @@
@font-face {
font-family: "NetWatch";
src: url("../fonts/netwatch-normal.woff2");
src: url("/netwatch/assets/fonts/netwatch-normal.woff2");
font-weight: 300;
}
@ -32,7 +32,7 @@ body {
justify-content: center;
-webkit-filter: saturate(2);
filter: saturate(2);
cursor: url("../img/cursor.png") 32 32, auto;
cursor: url("/netwatch/assets/img/cursor.png") 32 32, auto;
}
/* ---- */