projects
/
lmno.games
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb806d2
)
Add a link from the top-level page to the static page Empires
author
Carl Worth
<cworth@cworth.org>
Sun, 17 May 2020 22:43:26 +0000
(15:43 -0700)
committer
Carl Worth
<cworth@cworth.org>
Tue, 19 May 2020 13:43:40 +0000
(06:43 -0700)
So that it's actually possible to find how to host a new game
index.html
patch
|
blob
|
history
diff --git
a/index.html
b/index.html
index c4ed9d770b69ed0a43eccf47abe1704c7d11c0fd..d2687ba500de9fdadf380460d364ed633749071f 100644
(file)
--- a/
index.html
+++ b/
index.html
@@
-45,6
+45,18
@@
</form>
+ <h2>
+ Host a new game
+ </h2>
+
+ <p>
+ To host a new game, simply choose from one of the available
+ games below:
+
+ <ul>
+ <li><a href="empires">Empires</a>
+ </p>
+
</div>
</body>
</html>