Skip to content

Commit

Permalink
fsdfs
Browse files Browse the repository at this point in the history
  • Loading branch information
Edu-Spinelli committed Jun 15, 2024
1 parent 6990d6c commit d5f4732
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 0 deletions.
Binary file added dist/assets/IBMPlexMono-Thin-23n5SbSi.ttf
Binary file not shown.
1 change: 1 addition & 0 deletions dist/assets/index-eX4zMlRn.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/assets/index-txU00e0d.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added dist/assets/logo-WJ5otYon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
48 changes: 48 additions & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
<!doctype html>
<html lang="en">

<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-png" href="/assets/logo-WJ5otYon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0 maximum-scale=1" />
<script src="https://kit.fontawesome.com/d5effce557.js" crossorigin="anonymous"></script>
<title>WebShell</title>
<script type="module" crossorigin src="/assets/index-txU00e0d.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-eX4zMlRn.css">
</head>

<body>
<main id="main">
<div id="bars">
<div id="bar-1">Portifólio WebShell de Eduardo Spinelli</div>
<div id="bar-2"></div>
<div id="bar-3"></div>
<div id="bar-4"></div>
<div id="bar-5"></div>
</div>
<br>
<div id="terminal">
<div>
<span id="prompt"><span id="pre-user"></span>@<span id="pre-host"></span>:$ ~ </span>
</div>
<!-- command output will be inserted before #write-lines-->
<a id="write-lines"></a>
</div>
<div id="input-line">
<div>
<p id="password-input" style="display: none;">Password: <input id="password-field" autocomplete="off"
type="password" /></p>
<p id="input-hidden">
<span id="prompt"><span id="user"></span>@<span id="host"></span>:$ ~
</span>
<input id="user-input" type="text" enterkeyhint="Enter" spellcheck="false" autocapitalize="none"
autocomplete="off" />
</p>
</div>
<br>
</div>
</main>
</body>


</html>

0 comments on commit d5f4732

Please sign in to comment.