diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-02-08 14:23:18 +0100 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-02-08 14:23:18 +0100 |
commit | a33391b5b440342de56912ea33696caf2ebb5a88 (patch) | |
tree | f36c5ac79418c0c33086c901bc20bdaaa6cc69f7 /index.html |
initial version for testing
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..38a0c56 --- /dev/null +++ b/index.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<html> + <head> + <title>Test</title> + </head> + <body> + <h1>Test 1</h1> + </body> +</html> |