-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
188 lines (170 loc) · 7.37 KB
/
index.html
File metadata and controls
188 lines (170 loc) · 7.37 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Canonical URL -->
<link rel="canonical" href="https://libraryofpi.com/" />
<title>Library of Pi - Search Words & Phrases in the Infinite Digits</title>
<!-- Primary Meta Tags -->
<meta name="title" content="Library of Pi - Search Words & Phrases in the Infinite Digits">
<meta name="description"
content="Discover your words and phrases hidden in the infinite digits of Pi. An elegant, interactive search experience through the mathematical constant. Search through 10 billion digits.">
<meta name="keywords"
content="pi, library of pi, mathematics, number search, pi digits, pi visualization, mathematical constant, word search, phrase search, infinite digits">
<meta name="author" content="Caleb Sakala">
<meta name="robots" content="index, follow">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://libraryofpi.com/">
<meta property="og:title" content="Library of Pi - Search Words & Phrases in the Infinite Digits">
<meta property="og:description"
content="Discover your words and phrases hidden in the infinite digits of Pi. An elegant, interactive search experience through the mathematical constant.">
<meta property="og:image" content="https://libraryofpi.com/og-image.svg">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:image:alt" content="Library of Pi - Interactive Pi search interface">
<meta property="og:site_name" content="Library of Pi">
<meta property="og:locale" content="en_US">
<meta property="article:author" content="Caleb Sakala">
<meta property="article:published_time" content="2025-08-25T00:00:00Z">
<meta property="article:modified_time" content="2025-08-25T00:00:00Z">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://libraryofpi.com/">
<meta property="twitter:title" content="Library of Pi - Search Words & Phrases in the Infinite Digits">
<meta property="twitter:description"
content="Discover your words and phrases hidden in the infinite digits of Pi. An elegant, interactive search experience through the mathematical constant.">
<meta property="twitter:image" content="https://libraryofpi.com/og-image.svg">
<meta property="twitter:creator" content="@bytecaleb">
<!-- Favicon and Icons -->
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<link rel="icon" type="image/png" sizes="32x32" href="/logo.png">
<link rel="icon" type="image/svg+xml" sizes="32x32" href="/favicon-32x32.svg">
<link rel="apple-touch-icon" href="/apple-touch-icon.svg">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.svg">
<!-- Theme Color for browsers -->
<meta name="theme-color" content="#1a1625">
<!-- iOS specific -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="apple-mobile-web-app-title" content="Library of Pi">
<!-- Sitemap -->
<link rel="sitemap" type="application/xml" href="/sitemap.xml">
<!-- Humans.txt -->
<link rel="author" href="/humans.txt">
<!-- Manifest for PWA -->
<link rel="manifest" href="/manifest.json">
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "Library of Pi",
"description": "Search for words and phrases hidden in the infinite digits of Pi. Interactive mathematical exploration tool.",
"url": "https://libraryofpi.com",
"applicationCategory": "EducationalApplication",
"operatingSystem": "Any",
"browserRequirements": "Requires JavaScript. Works on Chrome, Firefox, Safari, Edge.",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"author": {
"@type": "Person",
"name": "Caleb Sakala",
"url": "https://linkedin.com/in/calebsakala",
"sameAs": [
"https://github.com/calebsakala",
"https://twitter.com/bytecaleb"
]
},
"creator": {
"@type": "Person",
"name": "Caleb Sakala",
"url": "https://github.com/calebsakala"
},
"keywords": "pi, mathematics, word search, phrase search, mathematical constant, infinite digits, education, interactive",
"screenshot": "https://libraryofpi.com/og-image.svg",
"dateCreated": "2025-08-25",
"dateModified": "2025-08-25",
"inLanguage": "en-US",
"isAccessibleForFree": true,
"featureList": [
"Search through 10 billion digits of Pi",
"Word to number mapping",
"Mathematical probability calculations",
"Interactive Pi visualization",
"Cosmic-themed user interface"
]
}
</script>
<!-- Organization Schema -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Library of Pi",
"url": "https://libraryofpi.com",
"logo": "https://libraryofpi.com/logo.png",
"foundingDate": "2025-08-25",
"founder": {
"@type": "Person",
"name": "Caleb Sakala"
},
"contactPoint": {
"@type": "ContactPoint",
"contactType": "creator",
"url": "https://linkedin.com/in/calebsakala"
},
"sameAs": [
"https://github.com/calebsakala/libraryofpi",
"https://twitter.com/bytecaleb"
]
}
</script>
<!-- FAQ Schema -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "How does Library of Pi work?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Library of Pi converts letters to numbers (A=01, B=02, etc.) and searches for the resulting number sequence within the first 10 billion digits of Pi."
}
},
{
"@type": "Question",
"name": "How many digits of Pi can I search?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Library of Pi searches through 10 billion digits of Pi, giving you a substantial window into Pi's infinite sequence."
}
},
{
"@type": "Question",
"name": "Is Library of Pi free to use?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes! Library of Pi is completely free and open source. You can use it unlimited times and even contribute to the code on GitHub."
}
}
]
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<!-- 100% privacy-first analytics -->
<script data-collect-dnt="true" async src="https://scripts.simpleanalyticscdn.com/latest.js"></script>
<noscript><img src="https://queue.simpleanalyticscdn.com/noscript.gif?collect-dnt=true" alt=""
referrerpolicy="no-referrer-when-downgrade" /></noscript>
</body>
</html>