Update Frontend/index.html
Browse files- Frontend/index.html +3 -3
Frontend/index.html
CHANGED
@@ -3,13 +3,13 @@
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8" />
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
6 |
-
<title>
|
7 |
<link rel="stylesheet" href="style.css" />
|
8 |
</head>
|
9 |
<body>
|
10 |
<section class="container">
|
11 |
-
<h1 class="title">
|
12 |
-
<p class="subtitle">
|
13 |
|
14 |
<section class="camera-emoji-container">
|
15 |
<section class="camera-section">
|
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8" />
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
6 |
+
<title>FaceFeel</title>
|
7 |
<link rel="stylesheet" href="style.css" />
|
8 |
</head>
|
9 |
<body>
|
10 |
<section class="container">
|
11 |
+
<h1 class="title">FaceFeel</h1>
|
12 |
+
<p class="subtitle">Your Face Your Feelings</p>
|
13 |
|
14 |
<section class="camera-emoji-container">
|
15 |
<section class="camera-section">
|