Update templates/index.html
Browse files- templates/index.html +2 -2
templates/index.html
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
<meta charset="utf-8" />
|
| 5 |
<title>Ortho Buddy — Voice</title>
|
| 6 |
<style>
|
| 7 |
-
html,body { height:100%; margin:0; font-family: "Segoe UI", Roboto, Arial; background: radial-gradient(circle at 50% 10%, #
|
| 8 |
.container { width:360px; margin:40px auto; text-align:center; }
|
| 9 |
h1 { letter-spacing:4px; font-size:36px; color:#2de08b; text-shadow:0 6px 30px rgba(0,0,0,0.7); margin:20px 0; }
|
| 10 |
.subtitle { color:#d6f3de; margin-bottom:10px; font-size:24px; }
|
|
@@ -35,7 +35,7 @@
|
|
| 35 |
background: linear-gradient(#1bc47a, #07734f);
|
| 36 |
}
|
| 37 |
</style>
|
| 38 |
-
<h1 class = "heading">Summit
|
| 39 |
</head>
|
| 40 |
<body>
|
| 41 |
<div class="container">
|
|
|
|
| 4 |
<meta charset="utf-8" />
|
| 5 |
<title>Ortho Buddy — Voice</title>
|
| 6 |
<style>
|
| 7 |
+
html,body { height:100%; margin:0; font-family: "Segoe UI", Roboto, Arial; background: radial-gradient(circle at 50% 10%, #5ca4b0, #062219); color:#bfe6c9; }
|
| 8 |
.container { width:360px; margin:40px auto; text-align:center; }
|
| 9 |
h1 { letter-spacing:4px; font-size:36px; color:#2de08b; text-shadow:0 6px 30px rgba(0,0,0,0.7); margin:20px 0; }
|
| 10 |
.subtitle { color:#d6f3de; margin-bottom:10px; font-size:24px; }
|
|
|
|
| 35 |
background: linear-gradient(#1bc47a, #07734f);
|
| 36 |
}
|
| 37 |
</style>
|
| 38 |
+
<h1 class = "heading">Summit Clinics</h1>
|
| 39 |
</head>
|
| 40 |
<body>
|
| 41 |
<div class="container">
|