-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (26 loc) · 1.3 KB
/
index.html
File metadata and controls
26 lines (26 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link
href="https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap"
rel="stylesheet"
/>
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Linkrary is the ultimate resource hub, bringing together a curated selection of the best web tools, design inspiration, development utilities, and more."
/>
<meta
name="keywords"
content="linkrary, curator app, utilities collection, graphic design, graphics, web design, web development tools, web design tools, web utilities, web resources, web inspiration, web design curation, web design aggregator, music tools, video tools, design tools, torrent resources, free movies, image editing tools, image utilities, AI resources, AI tools, free games, game resources, font resources, SVG icons, file converters, useful websites, streaming services, free resources, free stock images, PDF utilities"
/>
<meta name="author" content="Abdullah Ansari" />
<title>Linkrary</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>