-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (42 loc) · 912 Bytes
/
index.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
<!DOCTYPE html>
<head>
<title>Dinghy digests</title>
<link
rel="icon"
href="https://raw.githubusercontent.com/primer/octicons/main/icons/comment-discussion-24.svg"
type="image/svg+xml"
/>
<style>
html {
background-color: #f9f9ea;
}
body {
font-family: sans-serif;
max-width: 60em;
margin: auto;
line-height: 1.3;
}
</style>
</head>
<body>
<h1>📰 Github digests</h1>
<ul>
<li>
Neovim [
<a href="digests/nvim-1day.html" target="_blank">1 day</a>
|
<a href="digests/nvim-3days.html" target="_blank">3 days</a>
]
</li>
<li>
Python [
<a href="digests/python-1day.html" target="_blank">1 day</a>
| 3 days ]
</li>
<li>
Mkdocs [
<a href="digests/mkdocs-1day.html" target="_blank">1 day</a>
| 3 days ]
</li>
</ul>
</body>