-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
24 lines (24 loc) · 1.15 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="en">
<head>
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0"> -->
<!-- <meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta content="utf-8" http-equiv="encoding"> -->
<meta charset="utf-8">
<meta name="description" content="Stay updated with our news website featuring newsletters, real-time stock updates and advanced NLP-powered analytics for in-depth insights.">
<link rel="icon" href="./public/favicon.ico"/>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<!-- <script src="https://cdn.tailwindcss.com"></script> -->
<link rel="preload" href="https://fonts.googleapis.com/css2?family=Merriweather&display=swap" as="style" onload="this.onload=null;this.rel='stylesheet'">
<!-- <noscript>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Merriweather&display=swap">
</noscript> -->
<title>LA CARMAGNOLE</title>
<!-- <link rel="modulepreload" href="/src/index.jsx"> -->
</head>
<body>
<div id="root"> </div>
</body>
<script type="module" src="./src/index.jsx" defer></script>
</html>