-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (27 loc) · 767 Bytes
/
index.html
File metadata and controls
27 lines (27 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
23
24
25
26
27
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Redirecting to github.com/heartwood-dev/</title>
<meta http-equiv="refresh" content="0; URL=https://github.com/radicle-dev">
<link href="https://github.com/radicle-dev" rel="me">
<link href="https://radicle.dev/" rel="me">
<link href="https://toot.radicle.dev/@radicle" rel="me">
<!-- See https://til.simonwillison.net/mastodon/verifying-github-on-mastodon -->
</head>
<body style="margin: 0; padding: 0">
<a
href="https://github.com/radicle-dev"
style="
display: block;
height: 100vh;
width: 100vw;
margin: 0;
padding: 0;
color: white;
"
>
github.com/radicle-dev
</a>
</body>
</html>