Skip to content

Commit f6858fb

Browse files
committed
Add /recipe redirect to Notion
1 parent ef69731 commit f6858fb

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

static/recipes/index.html

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!DOCTYPE HTML>
2+
<html lang="en-US">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="refresh" content="0; url=https://shine-blade-725.notion.site/Recipe-Book-19a3b7fa9712806f91ccdedf1247b85b">
6+
<script type="text/javascript">
7+
window.location.href = "https://shine-blade-725.notion.site/Recipe-Book-19a3b7fa9712806f91ccdedf1247b85b"
8+
</script>
9+
<title>Page Redirection</title>
10+
</head>
11+
<body>
12+
If you are not redirected automatically, follow this <a href='https://shine-blade-725.notion.site/Recipe-Book-19a3b7fa9712806f91ccdedf1247b85b'>link to mmy recipe book.</a>.
13+
</body>
14+
</html>

0 commit comments

Comments
 (0)