-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadmin_remove_model.php
More file actions
26 lines (25 loc) · 871 Bytes
/
admin_remove_model.php
File metadata and controls
26 lines (25 loc) · 871 Bytes
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
<html>
<head align='center'>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Admin Remove Model</title>
<link rel="stylesheet" href="css/admin_remove_model.css" />
<link rel="stylesheet" href="E:/xampp/htdocs/Museum/fonts/fontawesome-free-5.10.2-web/css/all.min.css" />
</head>
<body style="background:url('images/bfb.jpg') no-repeat; background-size:cover;">
<center>
<h2>REMOVE MODEL DETAILS</h2>
<div class="data_insert_box">
<form action="admin_remove_model_code.php" method="POST">
<table>
<tr class="textbox">
<td>MODEL ID : </td><td><input type="text" placeholder=" Enter Model ID" name="id" value="" required></td>
</tr>
<tr>
<td colspan='2'><input class='btn' type="submit" value="Remove"></td>
</tr>
</table>
</form>
</div>
</body>
</html>