Skip to content

Commit 747b562

Browse files
committed
Initial commit
1 parent 356fb86 commit 747b562

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

404.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<!doctype html>
2+
<meta http-equiv="refresh" content="0;url='https://github.com/devcontainer-community'" />
3+
<script>
4+
location.replace("https://github.com/devcontainer-community")
5+
</script>

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
devcontainer.community

index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<!doctype html>
2+
<meta http-equiv="refresh" content="0;url='https://github.com/devcontainer-community'" />
3+
<script>
4+
location.replace("https://github.com/devcontainer-community")
5+
</script>

0 commit comments

Comments
 (0)