first commit
This commit is contained in:
commit
c232334a67
@ -41,7 +41,7 @@ if (isset($_POST["submit"])) {
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<nav class="navbar navbar-light justify-content-center fs-3 mb-5" style="background-color: #00ff5573;">
|
<nav class="navbar navbar-light justify-content-center fs-3 mb-5" style="background-color: #87CEEB;">
|
||||||
CRUD Application
|
CRUD Application
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
@ -81,8 +81,8 @@ if (isset($_POST["submit"])) {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<button type="submit" class="btn btn-success" name="submit">Save</button>
|
<button type="submit" class="btn btn-dark mb-3" style="background-color: green;" name="submit">Save</button>
|
||||||
<a href="index.php" class="btn btn-danger">Cancel</a>
|
<a href="index.php" class="btn btn-dark mb-3" style="background-color: red;">Cancel</a>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
2
edit.php
2
edit.php
@ -22,8 +22,6 @@ if (isset($_POST["submit"])) {
|
|||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
|
|||||||
@ -20,7 +20,6 @@ include "db_conn.php";
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<nav class="navbar navbar-light justify-content-center fs-3 mb-5" style="background-color: #87CEEB;">
|
<nav class="navbar navbar-light justify-content-center fs-3 mb-5" style="background-color: #87CEEB;">
|
||||||
CRUD Application
|
CRUD Application
|
||||||
</nav>
|
</nav>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user