]> git.cworth.org Git - empires-server/blob - templates/scribe-game.html
Add some autofocus attributes to several forms
[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><a href="/scribe">Scribe</a></h1>
13
14 <div id="scribe"></div>
15
16 <p>
17 </p>
18
19 <p style="font-size: 80%">
20   Scribe is
21   by <a href="http://www.marksteeregames.com/Scribe_rules.html">Mark
22   Steere</a> and is implemented by permission.
23 </p>
24
25 {% endblock %}