diff options
-rw-r--r-- | tools/sql/data-tripoli.txt | 3 | ||||
-rw-r--r-- | views/index.ejs | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/tools/sql/data-tripoli.txt b/tools/sql/data-tripoli.txt new file mode 100644 index 0000000..0addd6d --- /dev/null +++ b/tools/sql/data-tripoli.txt @@ -0,0 +1,3 @@ +INSERT OR REPLACE INTO titles VALUES ( 'shores-of-tripoli', 'The Shores of Tripoli', 237860 ); +INSERT OR REPLACE INTO roles VALUES ( 'shores-of-tripoli', 'Tripolitania' ); +INSERT OR REPLACE INTO roles VALUES ( 'shores-of-tripoli', 'United States' ); diff --git a/views/index.ejs b/views/index.ejs index 91f4504..34c880f 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -18,5 +18,9 @@ Registration and use is free, and there are no ads. <a href="/info/richard-iii"><img src="/richard-iii/cover.jpg"></a> </div> +<div class="list"> +<a href="/info/shores-of-tripoli"><img src="/shores-of-tripoli/cover.jpg"></a> +</div> + <p> Join the <a href="https://discord.gg/CBrTh8k84A">Discord</a> server to find players or report bugs. |