-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (24 loc) · 914 Bytes
/
index.html
File metadata and controls
24 lines (24 loc) · 914 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>asyncdotengineering</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="noindex">
<link rel="canonical" href="https://asyncdot.com/">
<meta http-equiv="refresh" content="0; url=https://asyncdot.com/">
<script>window.location.replace("https://asyncdot.com/");</script>
<style>
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; padding: 2rem; max-width: 32rem; margin: 0 auto; color: #1f2937; }
a { color: #2563eb; }
</style>
</head>
<body>
<h1>asyncdotengineering</h1>
<p>Redirecting to <a href="https://asyncdot.com/">asyncdot.com</a>…</p>
<p>Project docs:
<a href="https://asyncdotengineering.github.io/thodare/">thodare</a> ·
<a href="https://asyncdotengineering.github.io/ahamie/">ahamie</a>
</p>
</body>
</html>