FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
HashShell/index.html at master · KenspireTech/HashShell · GitHub
KenspireTech
/
HashShell
Public
forked from
duiker101/Hacker-Typer
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
HashShell
/
index.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
28 lines (25 loc) · 755 Bytes
Breadcrumbs
HashShell
/
index.html
Copy path
File metadata and controls
28 lines (25 loc) · 755 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
<!DOCTYPE HTML
>
<
html
lang
="
en
"
>
<!--
*(c) Copyright 2011 Simone Masiero. Some Rights Reserved.
*This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 License
-->
<
head
>
<
meta
charset
="
utf-8
"
>
<
title
>
Hacker Typer
</
title
>
<
link
href
="
style.css
"
rel
="
stylesheet
"
type
="
text/css
"
/>
<
script
src
="
https://code.jquery.com/jquery-3.3.1.min.js
"
integrity
="
sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=
"
crossorigin
="
anonymous
"
>
</
script
>
</
head
>
<
body
>
<
div
id
='
console
'
>
</
div
>
</
body
>
<
script
src
='
script.js
'
type
='
text/javascript
'
>
</
script
>
<
script
type
='
text/javascript
'
>
Typer
.
speed
=
3
;
Typer
.
file
=
'kernel.txt'
;
Typer
.
init
(
)
;
</
script
>
</
html
>
Back
|
FazBrowse Home
|
New Git URL