We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a16d5af commit c7be803Copy full SHA for c7be803
public/index.html
@@ -1 +1,23 @@
1
-here
+<!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