diff options
| author | Albert Pham <the.sk89q@gmail.com> | 2013-06-13 15:55:12 -0700 |
|---|---|---|
| committer | Albert Pham <the.sk89q@gmail.com> | 2013-06-13 15:55:12 -0700 |
| commit | 280ad8b8bf2942f055daf5fb6f8ae55a7f88243a (patch) | |
| tree | 05b6fa56f6b826242f6a42f1f8fb2514e3d568d9 /src/main/resources/www/index.html | |
| download | spark-280ad8b8bf2942f055daf5fb6f8ae55a7f88243a.tar.gz spark-280ad8b8bf2942f055daf5fb6f8ae55a7f88243a.tar.bz2 spark-280ad8b8bf2942f055daf5fb6f8ae55a7f88243a.zip | |
Initial commit.
Diffstat (limited to 'src/main/resources/www/index.html')
| -rw-r--r-- | src/main/resources/www/index.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/main/resources/www/index.html b/src/main/resources/www/index.html new file mode 100644 index 0000000..93ecfb4 --- /dev/null +++ b/src/main/resources/www/index.html @@ -0,0 +1,13 @@ +<!DOCTYPE html><html><head><title>WarmRoast</title> +<style>@import url(style.css);</style> +</head><body> +<h1>WarmRoast</h1> + +<p> + <a href="/stack">View sampler results</a> +</p> + +<p class="footer"> +<a href="http://github.com/sk89q/warmroast">github.com/sk89q/warmroast</a></p> + +</body></html> |
