We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit 2e1c621Copy full SHA for 2e1c621
.editorconfig
@@ -0,0 +1,9 @@
1
+root = true
2
+
3
+[*]
4
+charset = utf-8
5
+indent_style = tab
6
+indent_size = 2
7
+end_of_line = lf
8
+insert_final_newline = true
9
+trim_trailing_whitespace = true
.gitignore
@@ -0,0 +1,20 @@
+.DS_Store
+node_modules
+# local env files
+.env.local
+.env.*.local
+# Log files
+npm-debug.log*
10
+yarn-debug.log*
11
+yarn-error.log*
12
13
+# Editor directories and files
14
+.idea
15
+.vscode
16
+*.suo
17
+*.ntvs*
18
+*.njsproj
19
+*.sln
20
+*.sw*
index.html
@@ -0,0 +1,3 @@
+<script>
+ window.location.replace('https://open.nextbit.it/');
+</script>
readme.md
@@ -0,0 +1 @@
+Redirect to https://open.nextbit.it/.
0 commit comments