aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/www/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/www/index.html')
-rw-r--r--src/main/resources/www/index.html13
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>