-
Notifications
You must be signed in to change notification settings - Fork 12
/
index.html
61 lines (58 loc) · 2.21 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="copyrighted-site-verification" content="2caa5d42036068c2" />
<meta name="keywords"
content="javascript, es6, typescript, c#, .net, java, mysql, mssql, entity framework, selenium, nunit, playwright, automation, wordpress, elementor, divi, bot, web scrapper" />
<meta name="description" content="Get your Web and Automation projects done within affordable cost today." />
<title>Shell | Portfolio - ShellFolio</title>
<link href="https://fonts.cdnfonts.com/css/cascadia-mono" rel="stylesheet" />
<link rel="shortcut icon" href="diamond.ico" type="image/x-icon" />
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.3/gh-fork-ribbon.min.css" />
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<div class="container">
<div class="fork-ribbon">
<a class="github-fork-ribbon" rel="noopener" href="https://github.com/evilprince2009/evilprince2009.github.io"
target="_blank" data-ribbon="Fork me on GitHub" title="Fork me on GitHub">Fork on GitHub</a>
</div>
<div id="terminal">
<div class="controls">
<ul>
<li id="hide">⊖</li>
<li id="quit">⊗</li>
</ul>
</div>
<div class="message">
<p>
Welcome to ShellFolio v1992.05 !<br />Session based UUID:
<span class="session-userid"></span><br />Type
<span id="helper">"help" </span>to
see available commands. <br /><span id="case-sense">All Commands are case
insensitive.
</span>
</p>
</div>
<div id="insert" class="dynamic-content"></div>
</div>
</div>
<div class="maximize-terminal footer-on-exit">
<p>
<span>Restore <span>⤒ </span></span>
</p>
</div>
<div class="footer">
<p>
Coded with
<span id="coded-with">♥ </span>by
<a target="_blank" rel="noopener" class="dev-credit"
href="https://web.facebook.com/evilprince2009/">@evilprince2009</a>
</p>
</div>
<script src="script/main.js"></script>
</body>
</html>