-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (30 loc) · 1.76 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
25
26
27
28
29
30
31
32
33
34
35
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Trash Toolbox - collection of tools made by Len.icon</title>
<link rel="icon" type="image/svg+xml"
href="https://cdn.jsdelivr.net/gh/twitter/twemoji@master/assets/svg/1f9f0.svg" />
<meta name="description" content="Collection of interesting tools created by Len.icon, such as an SVG Colorer and many more (well, planning to).">
<meta name="keywords"
content="trash toolbox website, tools, web tools, web tool, trash, trash toolbox, toolbox, trash tool box, lenicon, len.icon, collection, collection of tools">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="author" href="https://x.com/LeniconDev" />
<link rel="canonical" href="https://trash-toolbox.web.app" />
<meta property="og:type" content="website">
<meta property="og:url" content="https://trash-toolbox.web.app">
<meta property="og:image" itemprop="image primaryImageOfPage" content="https://cdn.jsdelivr.net/gh/twitter/twemoji@master/assets/svg/1f9f0.svg">
<meta name="twitter:description" property="og:description" content="Collection of interesting tools created by Len.icon, such as an SVG Colorer and many more (well, planning to).">
<meta name="twitter:title" itemprop="name" property="og:title" content="Trash Toolbox">
<meta property="og:site_name" content="Trash Toolbox">
<meta property="og:see_also" content="https://trash-toolbox.web.app">
<meta name="twitter:card" content="summary">
<meta name="twitter:domain" content="trash-toolbox.web.app">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>