-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
24 lines (24 loc) · 1.12 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 charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="assets/confess-me-2.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Secret Confession - Share Your Deepest Feelings Anonymously</title>
<meta name="description" content="Share your secret crush or love anonymously on Secret Confession, the safe and supportive platform for sharing your deepest feelings." />
<meta name="keywords" content="Secret confession, Crush, Love, Anonymously, Supportive community, Sharing platform, Deep feeling, Safe space, Emotional outlets, Anonymous post" />
<meta name="author" content="Rahul Tiwari" />
</head>
<style>
body {
background-color: #6d6d86;
}
</style>
<body class="scroll-smooth scrollbar-thin scrollbar-track-[#b0b0d4] scrollbar-thumb-[#3e3e50] scrollbar-track-rounded-md scrollbar-thumb-rounded-md">
<div id="root"></div>
<script>
const global = globalThis;
</script>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>