Skip to content

Commit c7be803

Browse files
committed
Update index.html
1 parent a16d5af commit c7be803

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

public/index.html

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,23 @@
1-
here
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<title>
7+
Redirecting... samestrin/url-shortening-api-netlify-edge-supabase
8+
</title>
9+
<meta
10+
http-equiv="refresh"
11+
content="0; url=https://github.com/samestrin/url-shortening-api-netlify-edge-supabase"
12+
/>
13+
</head>
14+
<body>
15+
<p>
16+
If you are not redirected automatically, follow this link:
17+
<a
18+
href="https://github.com/samestrin/url-shortening-api-netlify-edge-supabase"
19+
>github.com/samestrin</a
20+
>.
21+
</p>
22+
</body>
23+
</html>

0 commit comments

Comments
 (0)