diff options
| author | Dustin Walker <dustin.walker@email.wsu.edu> | 2025-11-08 22:43:41 -0500 |
|---|---|---|
| committer | Dustin Walker <dustin.walker@email.wsu.edu> | 2025-11-08 22:43:41 -0500 |
| commit | 82167617497f25be03ab0e205345665b843dbd0e (patch) | |
| tree | 91bc41b89cc4a8ba3ade5db314aa311a48088241 /wargaming/warmasterrevolution | |
| parent | 0e5bc2c954523d65c96273c68bc49d804de12df6 (diff) | |
fully reset paths, with a new test script for localhosting
Diffstat (limited to 'wargaming/warmasterrevolution')
| -rw-r--r-- | wargaming/warmasterrevolution/index.html | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/wargaming/warmasterrevolution/index.html b/wargaming/warmasterrevolution/index.html new file mode 100644 index 0000000..3f0a7b5 --- /dev/null +++ b/wargaming/warmasterrevolution/index.html @@ -0,0 +1,77 @@ +<!DOCTYPE HTML> +<html lang="en"> + + <head> + <title>Dustin Walker's Warmaster Revolution Lists</title> + <meta charset="utf-8"/> + <meta name="viewport" content="width=device-width, initial-scale=1"/> + <link rel="stylesheet" type="text/css" href="/style.css"/> + <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico"/> + </head> + <body> + <main> + <div class="row"> + <div class="column"> + <img class="icon" src="/img/HPR.png" alt="Heilich Pennsylfaanisch Reich" title="Heilich Pennsylfaanisch Reich"/> + </div> + <div class="column"> + <h1>Warmaster Revolution Lists</h1> + <p><a href="https://www.wm-revolution.com/">Warmaster Revolution</a> is a fantasy 10mm wargame. Lists are currently pointed for compendium v2.0.1 and armies v2.25</p> + </div> + </div> + + <hr/> + + <div class="row"> + <div class="column"> + <h2>Dwarfs</h2> + <ul> + <li>Warriors - <i>110p x 5</i> = <b>550p</b></li> + <li>Rangers - <i>110p x 1</i> = <b>110p</b></li> + <li><b>Total - 660p</b></li> + </ul> + </div> + <div class="column"> + <h2>Nippon</h2> + <ul> + <li>Ashigaru - <i>45p x ??</i> = <b>???p</b></li> + <li>Ashigaru Bowmen - <i>55p x ??</i> = <b>???p</b></li> + <li>Ashigaru Teppo - <i>65p x ??</i> = <b>???p</b></li> + <li>Samurai - <i>80p x ??</i> = <b>???p</b></li> + <li>Samurai Cavalry - <i>110p x ??</i> = <b>???p</b></li> + <li>Ninja - <i>60p x ??</i> = <b>???p</b></li> + <li>Shogun - <i>125p x 1</i> = <b>125p</b></li> + <li>Daimyo - <i>80p x 1</i> = <b>80p</b></li> + <li><b>Total - ???p</b></li> + </ul> + </div> + </div> + + <div class="row"> + <div class="column"> + <h2>Orcs</h2> + <ul> + <li>Orc Warriors - <i>60p x 4</i> = <b>240p</b></li> + <li>Goblins - <i>30p x 2</i> = <b>60p</b></li> + <li>Wolf Riders - <i>60p x 2</i> = <b>120p</b></li> + <li><b>Total - 420p</b></li> + </ul> + </div> + <div class="column"> + <h2>Vampire Counts</h2> + <ul> + <li>Skeletons - <i>30p x 9</i> = <b>270p</b></li> + <li>Necromancer - <i>45p x 1</i> = <b>45p</b></li> + <li><b>Total - 315p</b></li> + </ul> + </div> + </div> + + <footer> + <a href="/wargaming/">Back</a> + <a href="/">Home</a> + </footer> + </main> + </body> + +</html> |
