]> git.cworth.org Git - empires-server/blobdiff - templates/scribe-game.html
Initial implementation of Scribe
[empires-server] / templates / scribe-game.html
diff --git a/templates/scribe-game.html b/templates/scribe-game.html
new file mode 100644 (file)
index 0000000..b2a4385
--- /dev/null
@@ -0,0 +1,22 @@
+{% extends "base.html" %}
+
+{% block head %}
+<link rel="stylesheet" href="/scribe/scribe.css" type="text/css" />
+
+<script src="/react.js"></script>
+<script src="/react-dom.js"></script>
+<script type="module" src="/scribe/scribe.js"></script>
+{% endblock %}
+
+{% block page %}
+<h1>Scribe</h1>
+
+<p>
+  A game
+  by <a href="http://www.marksteeregames.com/Scribe_rules.html">Mark
+  Steere</a>, implemented by permission.
+</p>
+
+<div id="scribe"></div>
+
+{% endblock %}