Spaces:
Sleeping
Sleeping
Update templates/index.html
Browse files- templates/index.html +2 -3
templates/index.html
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
<head>
|
5 |
<meta charset="UTF-8">
|
6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
7 |
-
<title>Biryani Hub -
|
8 |
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap" rel="stylesheet">
|
9 |
<style>
|
10 |
body {
|
@@ -18,12 +18,11 @@
|
|
18 |
text-align: center;
|
19 |
}
|
20 |
.container {
|
21 |
-
background-color: #fff;
|
22 |
padding: 40px 50px;
|
23 |
border-radius: 10px;
|
24 |
width: 450px;
|
25 |
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
|
26 |
-
margin-right: 20px;
|
27 |
}
|
28 |
h1 {
|
29 |
font-size: 30px;
|
|
|
4 |
<head>
|
5 |
<meta charset="UTF-8">
|
6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
7 |
+
<title>Biryani Hub - Login or Registration</title>
|
8 |
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap" rel="stylesheet">
|
9 |
<style>
|
10 |
body {
|
|
|
18 |
text-align: center;
|
19 |
}
|
20 |
.container {
|
21 |
+
background-color: #fff;
|
22 |
padding: 40px 50px;
|
23 |
border-radius: 10px;
|
24 |
width: 450px;
|
25 |
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
|
|
|
26 |
}
|
27 |
h1 {
|
28 |
font-size: 30px;
|