-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
28 lines (25 loc) · 901 Bytes
/
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
<!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>Display Service Information</title>
<link rel="stylesheet" href="./css/style.css">
</head>
<body>
<div class="page-get">
<div class="img-get">
<img src="./img/Segment-pana.svg" alt="img">
</div>
<div class="form-get">
<h2>پنل نمایش اطلاعات سرویس</h2>
<form action="user.php" method="get" enctype="multipart/form-data">
<input type="text" name="usernames" id="username">
<label for="username">: نام کاربری</label>
<input type="submit" value="نمایش اطلاعات سرویس">
</form>
</div>
</div>
</body>
</html>