-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathimages.html
executable file
·64 lines (64 loc) · 2.81 KB
/
images.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html lang="en">
<head>
<title>Warband Server Banner Background Options</title>
<meta content="text/html; charset=utf-8" http-equiv="content-type">
<meta charset="UTF-8">
<meta name="description" content="Mount & Blade Warband server banner background options">
<meta name="keywords" content="Mount & Blade, Warband,Server,Banner, Background">
<meta name="author" content="Mason Rowe">
<link href="css.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="container">
<form action="" id="generate" method="post" name="generate">
<h1>M&B Warband Server Banner<br/> Background Options</h1>
<h2>Choose a background below to use with your server banner.</h2>
<fieldset>
<p style="text-align:center;"><a href="index.html">(Back to Banner Generator Page)</a></p>
</fieldset>
<fieldset>
<h3 style="text-align:center;">Civil War Cannons</h3>
<img src="images/cannons.png">
</fieldset>
<fieldset>
<h3 style="text-align:center;">Civil War Scene #1</h3>
<img src="images/civil_war_scene.png">
</fieldset>
<fieldset>
<h3 style="text-align:center;">Civil War Scene #2</h3>
<img src="images/picketts_charge.png">
</fieldset>
<fieldset>
<h3 style="text-align:center;">Mount and Blade Castle</h3>
<img src="images/wb_castle.png">
</fieldset>
<fieldset>
<h3 style="text-align:center;">Mount and Blade Cavalry</h3>
<img src="images/cavalry.png">
</fieldset>
<fieldset>
<h3 style="text-align:center;">Mount and Blade Knights</h3>
<img src="images/wb_knights.png">
</fieldset>
<fieldset>
<h3 style="text-align:center;">Mount and Blade Mounted Warrior</h3>
<img src="images/mounted.png">
</fieldset>
<fieldset>
<h3 style="text-align:center;">Napoleonic Wars Scene #1</h3>
<img src="images/borodino.png">
</fieldset>
<fieldset>
<h3 style="text-align:center;">Napoleonic Wars Scene #2</h3>
<img src="images/nw_french.png">
</fieldset>
<fieldset>
<p style="text-align:center;"><a href="index.html">(Back to Banner Generator Page)</a></p>
</fieldset>
<p style="text-align: center;">Created by Mason Rowe (Hadrian)</p>
<p style="text-align: center;">Source code: <a href="https://github.com/masonr/Warband-Banner-Generator" target="_blank">github.com/masonr/Warband-Banner-Generator</a></p>
</form>
</div>
</body>
</html>