Update templates/index.html
Browse files- templates/index.html +2 -2
templates/index.html
CHANGED
|
@@ -17,7 +17,7 @@
|
|
| 17 |
text-align: center;
|
| 18 |
}
|
| 19 |
.container {
|
| 20 |
-
background:
|
| 21 |
padding: 40px 50px;
|
| 22 |
border-radius: 10px;
|
| 23 |
width: 400px;
|
|
@@ -57,7 +57,7 @@
|
|
| 57 |
</head>
|
| 58 |
<body>
|
| 59 |
<div class="container">
|
| 60 |
-
<h1>Biryani Hub</h1>
|
| 61 |
|
| 62 |
<!-- Name Input Field -->
|
| 63 |
<label for="name">Your Name</label>
|
|
|
|
| 17 |
text-align: center;
|
| 18 |
}
|
| 19 |
.container {
|
| 20 |
+
background: darkgreen;
|
| 21 |
padding: 40px 50px;
|
| 22 |
border-radius: 10px;
|
| 23 |
width: 400px;
|
|
|
|
| 57 |
</head>
|
| 58 |
<body>
|
| 59 |
<div class="container">
|
| 60 |
+
<h1>Welcome to Biryani Hub</h1>
|
| 61 |
|
| 62 |
<!-- Name Input Field -->
|
| 63 |
<label for="name">Your Name</label>
|