mirror of
https://github.com/System-End/shipment-viewer.git
synced 2026-04-19 22:05:10 +00:00
13 lines
No EOL
711 B
Text
13 lines
No EOL
711 B
Text
<% content_for :head do %>
|
|
<script src=" https://cdn.jsdelivr.net/npm/js-cookie@3.0.5/dist/js.cookie.min.js "></script>
|
|
<% end %>
|
|
<div class="container">
|
|
<div class="card sunken internal">
|
|
<h1>here be dragons :-P</h1>
|
|
<form action="javascript:void(0);" onsubmit="Cookies.set('internal_key', $('#key').value, {expires: 362}); alert('set!'); return false">
|
|
<input type="password" placeholder=":3" id="key" name="key" style="margin-top: var(--spacing-3)"> <br/>
|
|
<input class="button" type="submit" style="margin-top: var(--spacing-3); margin-bottom: var(--spacing-3);" value="save">
|
|
</form>
|
|
<a href="/internal" style="margin-top: var(--spacing-3)">to the tool...</a>
|
|
</div>
|
|
</div> |