-
Notifications
You must be signed in to change notification settings - Fork 0
/
level10.html
44 lines (43 loc) · 2.11 KB
/
level10.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
42
43
44
<!DOCTYPE html>
<html lang="en">
<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>Level 10</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-3.5.1.min.js"></script>
<link rel="stylesheet" href="./css/style.css">
</head>
<body>
<div class="container text-center">
<div class="row align-items-center">
<div class="col">
</div>
<div class="col-6">
<h1 id="title">Nazo game for web</h1>
<div class="card text-white bg-secondary">
<div class="card-header">
<h3> Level 10 </h3>
</div>
<div class="card-body">
<p> There is a flask server running on <code>level10.nazo.junyu33.me</code>, and this is part of the code.</p>
<img src="./img/level10.png" alt="level10" class="img-fluid">
<p> The key to the next level is located in <code>key</code> at the current folder. You can type in address bar or the bar below to submit your request (without host and port).</p>
<div class="mb-3">
<label for="input" class="form-label">Input</label>
<input type="text" class="form-control" id="input" name="input">
</div>
<button id="btn" type="submit" class="btn btn-primary">Submit</button>
<div id="copyright">copyright by pwn.college</div>
</div>
</div>
</div>
<div class="col">
</div>
</div>
</div>
<script src="./js/ajax.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
</body>
</html>