-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6990d6c
commit d5f4732
Showing
5 changed files
with
50 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |