-
Notifications
You must be signed in to change notification settings - Fork 0
/
ai.html
60 lines (60 loc) · 2.81 KB
/
ai.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
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
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='UTF-8'/>
<meta name='viewport' content='width=device-width' initial-scale='1.0' maximum-scale='1.0'/>
<title>Abbey Perini's Digital Garden</title>
<meta name="description" content="An organic home for Abbey's tech content"/>
<meta property="og:title" content="Abbey Perini's Digital Garden" />
<meta property="og:url" content="https://abbeyperini.com/" />
<meta property="og:type" content="article" />
<meta property="og:description" content="An organic home for Abbey's tech content" />
<meta property="og:image" content="https://images.abbeyperini.com/garden-open-graph.png" />
<meta property="og:locale" content="en_US" />
<meta name="twitter:card" content="summary"></meta>
<meta name="twitter:site" content="@AbbeyPerini" />
<script type="application/ld+json">
{
"@context" : "https://abbeyperini.com",
"@type" : "Article",
"headline" : "Abbey Perini's Digital Garden",
"author" : {
"@type" : "Person",
"name" : "Abbey Perini"
},
"image" : "https://images.abbeyperini.com/garden-open-graph.png"
}
</script>
<link rel="icon" href="/favicon.ico" sizes="16x16 32x32 48x48" type="image/x-icon">
<link rel="apple-touch-icon" href="/apple-touch-icon.png" type="image/png">
<link rel='stylesheet' href='../styles/styles.css'/>
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Space+Mono">
<script src="../components/header.js" type="text/javascript" defer></script>
<script src="../components/toggle.js" type="text/javascript" defer></script>
<script src="../components/footer.js" type="text/javascript" defer></script>
<script async src="https://rum.cronitor.io/script.js"></script>
<script>
window.cronitor = window.cronitor || function() { (window.cronitor.q = window.cronitor.q || []).push(arguments); };
cronitor('config', { clientKey: '71d4d4a9cbb3078f61bc7a29ebedfd2d' });
</script>
</head>
<body>
<header-component></header-component>
<main>
<h1 class="ai-title">AI Usage Statement</h1>
<div class="ai-container">
<p>
None of the content on this site was generated by a large language model (LLM).
All of the content on this site was generated by me, a human named Abbey Perini.
I don't use code generation tools, so all of the site code was also written by me.
The same is true for any content I post on other sites.
</p>
<p class="ai-add-yours">
This is an /ai page. You can create one on your website too. If you do, consider listing it on <a href="https://slashai.page/">this public database</a>.
</p>
</div>
</main>
<footer-component></footer-component>
</body>
</html>