-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
18 lines (18 loc) · 840 Bytes
/
index.html
File metadata and controls
18 lines (18 loc) · 840 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" sizes="36x36" href="/coaa.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="charis cat // child of an android - what an unhealthy obsession with excel eventually develops into"/>
<meta property="og:title" content="childofanandroid.co.uk" />
<meta property="og:description" content="meet babyLLM, an AI in training who is shaped by your inputs! creative tech experiments by charis cat" />
<meta property="og:image" content="/coaa.png" />
<title>childofanandroid.co.uk</title>
<link href="https://fonts.cdnfonts.com/css/silkscreen" rel="stylesheet">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>