-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (22 loc) · 767 Bytes
/
index.html
File metadata and controls
22 lines (22 loc) · 767 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="author" content="Naïm Camille Favier">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes">
<title>agda-stuff</title>
<link rel="icon" type="image/png" href="https://monade.li/favicon.png">
<link rel="preconnect" href="https://rsms.me/">
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<h3>
<strong>index</strong> ∙
<a href="https://github.com/ncfavier/agda-stuff">source</a>
</h3>
<a href="https://monade.li">Naïm Camille Favier</a>'s Agda blog/lab/playground.
<pre class="Agda">
@contents@</pre>
</body>
</html>