diff options
author | Justyna Att Ilczuk <justyna.ilczuk@gmail.com> | 2012-08-06 22:39:57 +0200 |
---|---|---|
committer | Justyna Att Ilczuk <justyna.ilczuk@gmail.com> | 2012-08-06 22:39:57 +0200 |
commit | 466ac00bbcf51a21e5b410a675940c7d539e6328 (patch) | |
tree | 9eed220a7f68f063bbfc95532eb2447b8dde36b6 | |
download | dattero-466ac00bbcf51a21e5b410a675940c7d539e6328.tar.gz dattero-466ac00bbcf51a21e5b410a675940c7d539e6328.tar.bz2 dattero-466ac00bbcf51a21e5b410a675940c7d539e6328.tar.xz dattero-466ac00bbcf51a21e5b410a675940c7d539e6328.zip |
Setting up repo
-rw-r--r-- | index.html | 8 | ||||
-rw-r--r-- | index.html~ | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..1e9278b --- /dev/null +++ b/index.html @@ -0,0 +1,8 @@ +<html> + <head> + <title></title> + <meta content=""> + <style></style> + </head> + <body><p>Hello, gitty repo!</p></body> +</html>
\ No newline at end of file diff --git a/index.html~ b/index.html~ new file mode 100644 index 0000000..c217ab3 --- /dev/null +++ b/index.html~ @@ -0,0 +1,8 @@ +<html> + <head> + <title></title> + <meta content=""> + <style></style> + </head> + <body></body> +</html>
\ No newline at end of file |