-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (36 loc) · 1.02 KB
/
index.html
File metadata and controls
37 lines (36 loc) · 1.02 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>quicklinks for AI</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<link rel="preload" href="fonts/woff2/FiraCode-Bold.woff2" as="font" type="font/woff2" crossorigin>
<link rel="icon" type="image/png" href="/CA63E617-2F81-410A-BBAA-10F627ECE340.png">
</head>
<body>
<h1 class="title">chatgpt.</h1>
<div class="links">
<ul>
<li>
<a href="https://arc.net/e/A2E6AF5C-8225-44FD-AB6E-5AAA62B0F075"
>ChatGPT Snippets</a
>
</li>
<li>
<a href="https://arc.net/e/8C3B48BB-80DA-4F8B-9AF2-AEC705144ABC"
>ChatGPT Codes</a
>
</li>
<li>
<a href="https://arc.net/e/F0E09143-6DCD-4B76-A6BE-FF81C6A41F69"
>ChatGPT Teaches</a
>
</li>
</ul>
<footer>
<p>qubist, advaith | 2022</p>
</footer>
</div>
</body>
</html>