-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (21 loc) · 1.11 KB
/
index.html
File metadata and controls
21 lines (21 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/forge-icon.svg" />
<link rel="apple-touch-icon" sizes="180x180" href="/forge-icon.svg">
<link rel="icon" type="image/png" sizes="32x32" href="/forge-icon.svg">
<link rel="icon" type="image/png" sizes="16x16" href="/forge-icon.svg">
<link rel="manifest" href="/site.webmanifest">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Stay updated with the latest startup news and innovations on Forge Online with LSD. Discover what's happening in the world of startups." />
<meta name="keywords" content="Forge, LSD, startup news, innovation, tech news, latest startups" />
<meta name="author" content="Forge Team" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>Forge Online with LSD - Latest Startup News and Innovations</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>