48 lines
No EOL
1.7 KiB
HTML
48 lines
No EOL
1.7 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>DeArrow Keygen</title>
|
|
|
|
<link rel="stylesheet" href="https://unpkg.com/7.css">
|
|
<link rel="stylesheet" href="assets/custom.css">
|
|
<link rel="stylesheet" href="assets/font.css">
|
|
|
|
<script src="assets/custom.js"></script>
|
|
<script defer src="assets/chiptune2.js"></script>
|
|
<script defer src="assets/libopenmpt.js"></script>
|
|
<link rel="shortcut icon" href="https://dearrow.ajay.app/favicon-32x32.png" type="image/png">
|
|
</head>
|
|
|
|
<body>
|
|
<div class="window glass active main">
|
|
<div class="title-bar">
|
|
<div class="title-bar-text">
|
|
<img src="https://dearrow.ajay.app/favicon-32x32.png" height="14px" alt=""> DeArrow Keygen 2.0
|
|
</div>
|
|
</div>
|
|
<div class="window-body has-space">
|
|
<div class="searchbox" style="width: 100%">
|
|
<input type="search" id="key" readonly autocomplete="off" value="" placeholder="License key..." style="width: 100%">
|
|
<button onclick="keygen();" class="generate" aria-label="search">🔁</button>
|
|
</div>
|
|
<hr>
|
|
<canvas id="canvas"></canvas><br>
|
|
<select id="preset" style="max-width: 300px; text-overflow: ellipsis;"></select>
|
|
</div>
|
|
<div class="status-bar">
|
|
<div class="status-bar-field" style="width: 100%">
|
|
<div role="progressbar">
|
|
<div id="progress" style="width: 0;"></div>
|
|
</div>
|
|
</div>
|
|
<div class="status-bar-field" style="width: 1rem; text-align: center;" onclick="playTunes();">
|
|
<span id="playbutton" style="vertical-align: middle;">⏵︎</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |