-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
25 lines (22 loc) · 1.07 KB
/
404.html
File metadata and controls
25 lines (22 loc) · 1.07 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
<!DOCTYPE html>
<html lang="ru" class="no-js">
<head>
<meta charset="UTF-8">
<title> ERROR PAGE | GOTO MAIN PAGE - Stress_TN</title>
<meta name="description" content="**** COMMODORE 64 BASIC V2 ****">
<meta name="keywords" content="ERROR">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1">
<link rel="stylesheet" href="./piano/css/piano.min.css">
<link rel="shortcut icon" type="image/gif" href="favicon.gif">
</head>
<body itemscope itemtype="http://schema.org/Organization" class="piano">
<div id="error" class="loadscreen">
<div class="loadscreen_c64-preview">
<p class="loadscreen_c64-preview_title">**** COMMODORE 64 BASIC V2 ****
<br>64K RAM SYSTEM 38911 BASIC BYTES FREE </p>
<p class="loadscreen_c64-preview_ram">READY.</p>
<p class="loadscreen_c64-preview_ram error-text"></p>
<p class="loadscreen_c64-preview_ram">FILE NOT FOUND</p><a href="/" class="loadscreen_c64-preview_ram errorLink">GOTO MAIN PAGE</a></div>
</div>
</body>
</html>