-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSFTP-Server.html
36 lines (36 loc) · 1.24 KB
/
SFTP-Server.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
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PixlSMP Dashboard</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<div class="content">
<div class="main-content">
<div class="top">
P i x l S M P
</div>
<br>
<div class="dashboard">
<div>
<a class="links" href="./index.html"> Übersicht</a> <br>
<a class="links" href="./Console.html"> Konsole</a> <br>
<a class="links" href="./Auslastung.html"> Auslastung</a> <br>
<a class="links" href="./Screenshots.html"> Screenshots</a> <br>
<a class="links" href="./Waypoints.html"> Waypoints</a> <br>
<a class="links link_active" href="./SFTP-Server.html"> SFPT-Server</a>
</div>
<div class="usage">
Host: pixlsmp.hopto.org <br>
Benutzername: pi <br>
Passwort: ***** <br>
Port: 22
</div>
</div>
</div>
</div>
</body>
</html>