-
Notifications
You must be signed in to change notification settings - Fork 0
/
shell.html
35 lines (21 loc) · 1 KB
/
shell.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
<!doctype html>
<head>
<title>cybernet_x_shell</title>
<meta name="description" content="cybernet_x command line interface" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="jquery.terminal.min.css" rel="stylesheet"/>
<link rel="stylesheet" type="text/css" href="terminal_style.css"/>
<!-- Load font awesome icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.terminal/2.16.0/js/jquery.terminal.min.js"></script>
</head>
<body>
<!--
_ |_ _ _ _ _ |_
(_ \/ |_) (- | | ) (- |_ __ )(
/
-->
<script src="js/main.js" type="text/javascript" ></script>
</body>
</html>