diff options
author | Kevin Chabowski <kevin@kch42.de> | 2014-03-25 15:31:57 +0100 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2014-03-25 15:31:57 +0100 |
commit | 3aa1c450a3376a4339354579f90b6111b963c78a (patch) | |
tree | 00843a98726d59ceca510f005cff093c5d9a8421 /tpls/home.html | |
parent | 734f6e92016ca875ad56ff7e423a0872648c012f (diff) | |
download | simplechat-3aa1c450a3376a4339354579f90b6111b963c78a.tar.gz simplechat-3aa1c450a3376a4339354579f90b6111b963c78a.tar.bz2 simplechat-3aa1c450a3376a4339354579f90b6111b963c78a.zip |
Some placeholders for the HTML pages
Diffstat (limited to 'tpls/home.html')
-rw-r--r-- | tpls/home.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tpls/home.html b/tpls/home.html new file mode 100644 index 0000000..c559109 --- /dev/null +++ b/tpls/home.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<html> +<head> + <title></title> +</head> +<body> +Test +</body> +</html>
\ No newline at end of file |