-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (31 loc) · 1.16 KB
/
index.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
37
38
39
40
41
<!DOCTYPE html>
<html>
<head>
<title>Hacking</title>
<meta charset="UTF-8">
<link rel='stylesheet' href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css'><link rel="stylesheet" href="./style.css">
</head>
<body>
<div id="particles-js"></div>
<div class="login-form">
<h1><b>Hacking<b></h1>
<p><h2>Tutorial</h2><p>
<br>
<br>
<form action="login.php" method="post">
<label for="username">Username (e-Mail)</label>
<input type="email" name="username" id="username" value="[email protected]" required>
<br>
<label for="password">Password</label>
<input type="password" name="password" id="password" value="SeCuRePaSsWoRd" required>
<br>
<input type="submit" value="Login">
<br><br><br>
<p align="center">© made by <a href="https://technik.xn--schchner-2za.de">technik.schächner.de</a><p align="center">
</form>
<div id="particles-js"></div>
<!-- partial -->
<script src='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css'></script>
<script src='https://code.jquery.com/jquery-1.11.1.min.js'></script><script src="./script.js"></script>
</body>
</html>