-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (49 loc) · 1.99 KB
/
index.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ArcadeTerminal</title>
<link rel="stylesheet" href="theme.css">
</head>
<body>
<div class="overlay"></div>
<div class="scanline"></div>
<div class="wrapper">
<div class="content clearfix">
<header class="site clearfix">
<div class="col one">
<img src="logo.png" alt="logo" id="logo-v" />
</div>
<div class="col two">
<h4>ATS Arcade Terminal Systems (tm) <br /> <b>H</b>euristically <b>E</b>ncrypted <b>R</b>eal-Time <b>O</b>perating <b>S</b>ystem (HEROS)</h4>
<p>----------------------------------------</p>
<p>HEROS v 1.0.0</p>
<p>(c)2022 @PAL-EF</p>
<p>- Server 8080 -</p>
</div>
</header>
<nav class="site clear">
<ul>
<li><a href="https://pal-ef.github.io/arcade_terminal/games/games.html" title="Game">Game Index</a></li>
<li><a href="#" title="">Contact me</a></li>
</ul>
</nav>
<p>System Administrator Integrated Message System (SAIMS)</p>
<p>System Administrator (SYSADM) - Efraín García Palacios</p>
<p class="clear"><br /></p>
<p>Welcome to the System Administrator Integrated Message System (SAIMS). Fill out the fields below and press the SUBMIT button. The system administrator (SYSADM) will respond to your query after an appropriate amount of quiet contemplation. Thank you for contacting the System Administrator's Office.</p><br />
<form>
<label>Name >></label><input type="text" /><br />
<label>Email >></label><input type="text" /><br />
<label>Subject >></label><input type="text" /><br />
<label>Message >></label><textarea id="text" rows="1"></textarea><br /><br /><br />
<input type="submit" value="Submit" />
<a class="button" alt="" href="index.html">Cancel</a>
</form>
</div>
</div>
<script type="text/javascript" src="ready.js"></script>
</body>
</html>