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.
0 parents commit c620e38Copy full SHA for c620e38
.gitattributes
@@ -0,0 +1,14 @@
1
+###############################################################################
2
+# Set default behavior to automatically normalize line endings.
3
4
+* text=auto
5
+
6
7
+# Source files
8
9
10
+*.css text
11
+*.html text
12
+*.js text
13
+*.md text
14
+*.txt text
index.html
@@ -0,0 +1 @@
+<meta http-equiv="refresh" content="0; url='docs/'" />
0 commit comments