]> git.cworth.org Git - empires-server/blob - templates/scribe-game.html
Initial implementation of Scribe
[empires-server] / templates / scribe-game.html
1 {% extends "base.html" %}
2
3 {% block head %}
4 <link rel="stylesheet" href="/scribe/scribe.css" type="text/css" />
5
6 <script src="/react.js"></script>
7 <script src="/react-dom.js"></script>
8 <script type="module" src="/scribe/scribe.js"></script>
9 {% endblock %}
10
11 {% block page %}
12 <h1>Scribe</h1>
13
14 <p>
15   A game
16   by <a href="http://www.marksteeregames.com/Scribe_rules.html">Mark
17   Steere</a>, implemented by permission.
18 </p>
19
20 <div id="scribe"></div>
21
22 {% endblock %}