Files
external-tools-frontend/_includes/header.html
Josef Fröhle aa58a58514 Update make some changes to the JS files of the app
to match the server output.

Signed-off-by: Josef Fröhle <github@josef-froehle.de>
2020-07-07 18:26:01 +02:00

26 lines
806 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>
<input type="submit" value="Submit" class="button" />
or
<label class="button">
Upload File
<input id="fileUpload" type="file" accept=".har" />
</label>
|
<a href="#" class="button button--danger"
onClick="/*(function(){var newStorage=JSON.parse(localStorage.getItem('HeroWarsHistory'));newStorage.shift();localStorage.setItem('HeroWarsHistory',JSON.stringify(newStorage));})();*/">
Remove Newest Entry</a>
</form>
-->
</header>
<!-- / _includes/partials/header.html -->