diff options
Diffstat (limited to 'pizza/index.html')
| -rw-r--r-- | pizza/index.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/pizza/index.html b/pizza/index.html new file mode 100644 index 0000000..eee4d7b --- /dev/null +++ b/pizza/index.html @@ -0,0 +1,11 @@ +<!doctype html> +<html> +<head> +<title>rain</title> +<link rel="stylesheet" type="text/css" href="app.css"> +</head> +<body> +<div id="info"></div> +<script type="text/javascript" src="app.min.js"></script> +</body> +</html> |
