33 lines
No EOL
879 B
HTML
33 lines
No EOL
879 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8"/>
|
|
<title>CensoredManager - Activate</title>
|
|
<link rel="stylesheet" href="/assets/css/styles.css"/>
|
|
</head>
|
|
<body>
|
|
<div>
|
|
<form id="activate-form">
|
|
<label>
|
|
Cheque activation form
|
|
<br/>
|
|
<input id="id" placeholder="ID" required/>
|
|
</label>
|
|
<button type="submit">Activate</button>
|
|
<span id="notification"></span>
|
|
</form>
|
|
</div>
|
|
<hr/>
|
|
<div>
|
|
<a href=".."><button>Back</button></a>
|
|
Balance: <span class="highlighted" id="balance">-</span>
|
|
<span class="right footer">
|
|
CensoredManager<br/>
|
|
<sup><a href="/">home</a> - <a href="https://git.mctaylors.ru/mctaylors/CensoredManager">source code</a></sup>
|
|
</span>
|
|
</div>
|
|
<script src="/assets/js/shared.js"></script>
|
|
<script src="/assets/js/cookie.js"></script>
|
|
<script src="/assets/js/activate.js"></script>
|
|
</body>
|
|
</html> |