diff options
Diffstat (limited to 'templates/new.index.html')
| -rw-r--r-- | templates/new.index.html | 10 | 
1 files changed, 10 insertions, 0 deletions
| diff --git a/templates/new.index.html b/templates/new.index.html new file mode 100644 index 0000000..fd1aba7 --- /dev/null +++ b/templates/new.index.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> +	<head> +		<link rel="stylesheet" type="text/css" href="static/css/new.main.css"> +		<title>Hell Correspondence</title> +	</head> +	<body> +		hh +	</body> +</html> |