-
Notifications
You must be signed in to change notification settings - Fork 1
/
terminal.html
56 lines (49 loc) · 2.1 KB
/
terminal.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
<!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 Terminal System (SAIMS)</p>
<p>System Administrator (SYSADM) - Solomon Shalom lijo</p>
<p class="clear"><br /></p>
<p>Welcome to the System Administrator Integrated Terminal System (SATMS). </p><br />
<p>Note that this is a top secret project organized by the japanese government. And information leaked, will result in termination</p></br >
<form>
<a class="button" alt="" href="./terminal-ui/dist/index.html">Continue</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>