-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.php
More file actions
28 lines (28 loc) · 1.09 KB
/
index.php
File metadata and controls
28 lines (28 loc) · 1.09 KB
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>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html>
<head>
<title>V2ray Web Switch Local</title>
<meta charset="UTF-8">
<link href="bootstrap/css/button.css" rel="stylesheet">
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet">
<script src="bootstrap/js/bootstrap.min.js"></script>
<script src="bootstrap/js/jquery-3.2.1.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<form method="POST" name="myForm" action="login.php" style="text-align:center;margin-top:100px">
<h1>V2ray Web Switch Lacal</h1>
<div>
<input type="password" name="pwd" placeholder="Password"/>
</div>
<div style="margin-top:5px">
<input type="submit" class = "button button-action button-rounded" value="Submit"/>
</div>
</form>
</body>
</html>