Simon Volpert minipos / master templates / noaddrs.html
master

Tree @master (Download .tar.gz)

noaddrs.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>
<link rel="stylesheet" href="style.css">
<meta http-equiv="refresh" content="5">
<title>No Receiving Addresses Available</title>
</head>
<body>
<h1>No Receiving Addresses Available</h1>
<img src="logo.svg" alt="Bitcoin Cash Logo">
<p>There are no free receiving addresses to process the request.</p>
<p>Trying again in 5 seconds...</p>
</body>
</html>