-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (50 loc) · 1.65 KB
/
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
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=https://github.com/quarto-ext/bluesky-comments">
<title>Redirecting to Official Quarto BlueSky Extension</title>
<style>
body {
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
text-align: center;
padding: 2rem;
line-height: 1.5;
max-width: 600px;
margin: 0 auto;
}
a {
color: #0366d6;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.official-badge {
display: inline-block;
background: #2ecc71;
color: white;
padding: 0.25rem 0.75rem;
border-radius: 1rem;
font-size: 0.9rem;
margin: 0.5rem 0;
}
.subtitle {
color: #666;
font-size: 1.1rem;
margin: 1rem 0;
}
.authors {
margin: 1rem 0;
line-height: 1.6;
}
</style>
</head>
<body>
<h1>Redirecting to the Official Quarto BlueSky Extension</h1>
<div class="official-badge">Official Quarto Extension</div>
<p class="authors">A joint work by<br>Garrick Aden-Buie and James Joseph Balamuta</p>
<p>This extension has moved to the official Quarto extensions repository at <strong>quarto-ext/bluesky-comments</strong>.</p>
<p>If you are not redirected automatically, please <a href="https://github.com/quarto-ext/bluesky-comments">click here to visit the GitHub repository</a>.</p>
</body>
</html>