-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (23 loc) · 1.06 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/logo.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Local Tools | Home</title>
<link rel="apple-touch-icon" href="/logo.ico" sizes="180x180">
<link rel="mask-icon" href="/logo.ico" color="#FFFFFF">
<meta name="theme-color" content="#ffffff">
<meta property="og:title" content="Local Tools - Home"/>
<meta property="og:description" content="Collections of web base tools, no server uploading, privacy, efficiency, free, open sources"/>
<meta property="og:locale" content="en_GB"/>
<meta property="og:type" content="website"/>
<meta property="og:image:alt" content="Tools logo" />
<meta property="og:url" content="https://media-local-tools.vercel.app/" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<script src="https://cdn.jsdelivr.net/gh/ColonelParrot/jscanify@master/src/jscanify.min.js"></script>
</body>
</html>