This commit is contained in:
Codrin Pavel
2019-11-12 13:34:23 +02:00
parent ae00c23db5
commit 0bb5a41c17
99 changed files with 10723 additions and 2 deletions

17
_includes/header.html Normal file
View File

@@ -0,0 +1,17 @@
<!-- _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 -->