This repository has been archived by the owner on Jan 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
easyssh.html
31 lines (31 loc) · 1.46 KB
/
easyssh.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
<html>
<head>
<script src="https://widget.battleforthenet.com/widget.js" async></script>
<script src="jquery-1.10.2.js"></script>
<link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="theme-color" content="#ffffff">
<title>TurboWafflz</title>
<style>
body {
background-color: #c0c0c0;
}
hr {
}
</style>
</head>
<body>
<div style="background-color:black; border:2px dotted orange">
<b><h1 onclick='window.href("https://turbowafflz.github.io")' style="color:red; text-align:center; font-family:monospace;">TurboWafflz</h1></b>
</div>
<hr style="height:5px;">
<br>
<center><h3>EasySSH</h3></center>
EasySSH is the simple way to connect to SSH servers. You can either type in the IP address manually, or you can create bookmarks to servers.
All instructions are in the README file.
<center><button style='background-color:green; color:white; ' onclick='window.open("https://turbowafflz.github.io/easyssh.zip")' >Download</button></center>
</body>
</html>