Git init
This commit is contained in:
17
_includes/header.html
Normal file
17
_includes/header.html
Normal 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 -->
|
||||
Reference in New Issue
Block a user