18 lines
456 B
HTML
18 lines
456 B
HTML
<!-- _includes/partials/header.html -->
|
|
|
|
<header>
|
|
<button class="button hamburger-button">
|
|
<strong>Load War</strong>
|
|
</button>
|
|
|
|
<form id="dataform" class="form">
|
|
<h3>Add War</h3>
|
|
<textarea id="data">{{ site.testdata }}</textarea>
|
|
<br />
|
|
<input type="submit" value="Submit" class="button" />
|
|
<input type="reset" value="Reset" class="button" />
|
|
</form>
|
|
</header>
|
|
|
|
<!-- / _includes/partials/header.html -->
|