-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (18 loc) · 714 Bytes
/
index.html
File metadata and controls
20 lines (18 loc) · 714 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Create</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
</head>
<body>
<div class="starter-template">
<h1 class = "text-center">PHP CRUD HOME</h1>
<ul><a href= "login_create.php">-CREATE</a></ul><br>
<ul><a href= "login_read.php">-READ</a></ul><br>
<ul><a href= "login_update.php">-UPDATE</a></ul><br>
<ul><a href= "login_delete.php">-DELETE</a></ul><br>
</div>
</body>
</html>