Spaces:
Sleeping
Sleeping
Update templates/index.html
Browse files- templates/index.html +5 -1
templates/index.html
CHANGED
@@ -28,6 +28,10 @@
|
|
28 |
font-size: 24px;
|
29 |
color: #ff6a00;
|
30 |
}
|
|
|
|
|
|
|
|
|
31 |
label {
|
32 |
font-size: 16px;
|
33 |
display: block;
|
@@ -78,7 +82,7 @@
|
|
78 |
<!-- Welcome Page -->
|
79 |
<div class="container" id="welcomePage">
|
80 |
<h1>Welcome to Biriyani Hub π½</h1>
|
81 |
-
|
82 |
<p class="status" id="status">π Please say 'NEW' or 'EXISTING' .</p>
|
83 |
</div>
|
84 |
|
|
|
28 |
font-size: 24px;
|
29 |
color: #ff6a00;
|
30 |
}
|
31 |
+
h2 {
|
32 |
+
font-size: 15px;
|
33 |
+
color: #ff6a00;
|
34 |
+
}
|
35 |
label {
|
36 |
font-size: 16px;
|
37 |
display: block;
|
|
|
82 |
<!-- Welcome Page -->
|
83 |
<div class="container" id="welcomePage">
|
84 |
<h1>Welcome to Biriyani Hub π½</h1>
|
85 |
+
<h2>π Please say 'NEW' or 'EXISTING'π½</h2>
|
86 |
<p class="status" id="status">π Please say 'NEW' or 'EXISTING' .</p>
|
87 |
</div>
|
88 |
|