-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathnewsletter.html
56 lines (51 loc) · 1.7 KB
/
newsletter.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
---
title: "Alpine.js Weekly - Newsletter"
---
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Alpine.js Weekly - Alpine.js news and articles"
/>
<title>Alpine.js Weekly Newsletter</title>
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@tailwindcss/[email protected]/dist/typography.min.css"
/>
</head>
<body class="flex flex-col">
<div class="flex mx-auto max-w-lg flex-col px-8 md:px-10 py-24">
<h2 class="text-2xl font-bold w-full text-center text-gray-900 mb-8">
Alpine.js Weekly
</h2>
<p class="leading-relaxed mb-4">
**ARCHIVED**: I'm not maintaining this newsletter any more, but I do publish the <a href="https://buttondown.email/hugo">Code with Hugo
Newsletter</a> about JavaScript and Alpine.js does come up every now and then.
</p>
<p class="leading-relaxed mb-4">
You can find the archives at <a href="https://buttondown.email/alpinejs/archive/">https://buttondown.email/alpinejs/archive</a>
</p>
<p class="leading-relaxed mb-4">
Published by
<a
class="text-blue-500 hover:text-blue-800 hover:underline"
href="https://codewithhugo.com/tags/alpinejs"
>Hugo</a
>
from
<a
class="text-blue-500 hover:text-blue-800 hover:underline"
href="https://codewithhugo.com"
>codewithhugo.com</a
>
</p>
</div>
</body>
</html>