Simon Volpert minipos / master templates / welcome.html
master

Tree @master (Download .tar.gz)

welcome.html @masterraw · history · blame

<!doctype html>
<!--
MiniPOS web front-end page template
Author: Simon Volpert <simon@simonvolpert.com>
Project page: https://simonvolpert.com/minipos/
This program is free software, released under the Apache License, Version 2.0. See the LICENSE file for more information
-->
<head>
<title>Welcome to {label}</title>
<link rel="stylesheet" href="style.css">
<script src="scripts.js"></script>
</head>

<body onload="jsCheck()" onclick="window.open('request', '_self')">
<h1>Welcome to {label}</h1>
<img src="logo.svg" alt="Bitcoin Cash Logo">
<p id="noscript">JavaScript is required to make use of Bitcoin Cash MiniPOS.<br>
Please enable it in your browser to continue.</p>
<p id="begin" style="display: none">Click/tap to begin.</p>
{welcome_footer}
</body>
</html>