forked from solomonshalom/MD5-Terminal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
62 lines (54 loc) · 2.55 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
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Solomon Shalom lijo</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css">
<link rel="stylesheet" href="./style.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body>
<!-- partial:index.partial.html -->
<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="https://assets.codepen.io/2856/Logo_591Design_2015-12-01.png" alt="591 Systems" width="740" height="729" id="logo-v" />
</div>
<div class="col two">
<h4>591 Systems (21k) <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 591 Industries</p>
<p>- Server 591, TOR Network -</p>
</div>
</header>
<nav class="site clear">
<ul>
<li><a href="https://docs.google.com/presentation/d/1tQSAPFzE-DhSBNbx0OTPnsziss280b5tuqNe_1tXRZc/edit?usp=sharing" title="">Presentation</a></li>
<li><a href="./terminal.html" title="">Terminal</a></li>
<li><a href="https://nextjs-portfolio-eosin.vercel.app/" title="">About Me</a></li>
</ul>
</nav>
<p>System Administrator Integrated Message System (SAIMS)</p>
<p>System Administrator (SYSADM) - Solomon Shalom lijo</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 />
<p>Note that your message might not be delieved as the SAIMS is under maintenance, Thank You</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>
<!-- partial -->
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src='https://static.tumblr.com/maopbtg/oimmiw86r/jquery.autosize-min.js'></script><script src="./script.js"></script>
</body>
</html>