-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
66 lines (60 loc) · 3.13 KB
/
index.html
File metadata and controls
66 lines (60 loc) · 3.13 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link id="favicon" rel="icon" type="image/svg+xml" href="/favicon-template.svg" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<link rel="manifest" href="/site.webmanifest" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#f7fcf5" />
<title>SimpleTools.lol</title>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200"
/>
<!-- I had to go back to GA4 because nobody accepted Rybbit -->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1JJD0ZQSCZ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-1JJD0ZQSCZ');
</script>
<!-- Primary Meta Tags -->
<title>Simple tools.lol</title>
<meta name="title" content="SimpleTools.lol" />
<meta
name="description"
content="SimpleTools.lol is a free forever, no-sign-up toolkit with Notebook Library, HTML Viewer, AI-powered citation generator, and an AI text humanizer, plus custom themes to build your own suite."
/>
<meta
name="keywords"
content="SimpleTools, simpletools.lol, AI humanizer, AI text humanizer, humanize AI text, rewrite AI content, undetectable AI rewriter, notebook app, online notebook, notes app, text tools, text utilities, HTML viewer, HTML preview, code viewer, citation generator, AI citations, SimpleCite, bibliography tools, reference tools, academic writing, markdown tools, custom themes, theme editor, color themes, writing tools, productivity tools, browser tools, free tools, no login, no sign up, privacy-friendly, in-browser tools"
/>
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://simpletools.lol/" />
<meta property="og:title" content="SimpleTools.lol" />
<meta
property="og:description"
content="Free forever, no-sign-up tools: Notebook Library, HTML Viewer, AI citation generator, AI text humanizer, and custom themes to build your own SimpleTools suite."
/>
<meta property="og:image" content="https://simpletools.lol/card.png" />
<!-- X (Twitter) -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://simpletools.lol/" />
<meta property="twitter:title" content="SimpleTools.lol" />
<meta
property="twitter:description"
content="Free forever, no-sign-up toolkit: Notebook Library, HTML Viewer, AI citation generator, AI humanizer, and custom themes for your own SimpleTools suite."
/>
<meta property="twitter:image" content="https://simpletools.lol/card.png" />
<!-- Meta Tags Generated with https://metatags.io -->
</head>
<body>
<div id="root"></div>
<script src="/read.js" defer></script>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>