diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-05-21 13:02:32 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-05-21 13:02:32 -0400 |
| commit | aa43c29044498adf00ea8f79220441c64b7d7c67 (patch) | |
| tree | fa63dbfb5d6ceccd2c41f76e0b4e4e747fdd2e5e /pizza/index.html | |
| parent | 6156808a96c41ef2b89ccfd3813c6b2c9170afee (diff) | |
| parent | 28aefac7e7aa017842e8ae89283b4004e1ba4f61 (diff) | |
Merge branch 'master' of dino.fm:trees
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> |
