third commit
This commit is contained in:
parent
faa3e3bfa2
commit
17b3e8e5a9
@ -39,9 +39,12 @@ if (isset($_POST["submit"])) {
|
|||||||
|
|
||||||
<title>CRUD Application</title>
|
<title>CRUD Application</title>
|
||||||
</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-1 mb-2" style="background-color: #add8e6;">
|
||||||
|
<img src="Logo.png" alt="Logo" width="300" height="75">
|
||||||
|
</nav>
|
||||||
|
<nav class="navbar navbar-light justify-content-center fs-2 mb-4" style="background-color: #87CEEB;">
|
||||||
CRUD Application
|
CRUD Application
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user