writing a homepage
authorScott Morrison <scott@tqft.net>
Mon, 16 Jan 2012 09:19:52 -0800
changeset 437 0732d772a1bc
parent 436 a9065a76d64f
child 438 722d7df397c3
writing a homepage
src/main/website/index.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/main/website/index.html	Mon Jan 16 09:19:52 2012 -0800
@@ -0,0 +1,15 @@
+<html>
+<head>
+	<title>categoricaldata.net</title>
+</head>
+<body>
+Welcome to <b>categoricaldata.net</b>.
+
+You can
+<ul>
+<li>Read the draft <a href="doc/user-guide.pdf">user guide</a>.</li>
+<li>Browse the <a href="api/">scala API</a>.</li>
+<li>Compute the <a href="/metaphor/compute">pushforward</a> of a dataset along a translation!</li>
+</ul>
+</body>
+</html>