Skip to content

Commit 49773ef

Browse files
committed
added index
1 parent e056a19 commit 49773ef

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

index.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
layout: none
3+
search: exclude
4+
---
5+
{% include custom/conditions.html %}
6+
7+
<!DOCTYPE HTML>
8+
<html lang="en-US">
9+
<head>
10+
<meta charset="UTF-8">
11+
<meta http-equiv="refresh" content="0;url={{projectFolder}}/home.html">
12+
<script type="text/javascript">
13+
window.location.href = "{{projectFolder}}/home.html"
14+
</script>
15+
16+
</head>
17+
<body>
18+
19+
</body>
20+
</html>

0 commit comments

Comments
 (0)