40 lines
897 B
HTML
40 lines
897 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Bill Cipher</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<link rel="stylesheet" href="style.css">
|
|
<script defer data-domain="bookofbill.binarygnome.com" src="https://metric.chrisedwards.tech/js/script.js"></script>
|
|
</head>
|
|
<body>
|
|
|
|
</div>
|
|
|
|
<h1>Bill Cipher</h1>
|
|
|
|
<!-- Keyboard keys will be dynamically generated here -->
|
|
|
|
<div id="font-name-tabs">
|
|
<!-- Font name tabs -->
|
|
</div>
|
|
<!-- <div id="keyboard_container"> -->
|
|
<div id="keyboard">
|
|
<!-- Keyboard keys -->
|
|
<!-- <button class=" space">Space</button> -->
|
|
</div>
|
|
|
|
<!-- </div> -->
|
|
<!-- <button id="spacebar" class="key">space</button> -->
|
|
|
|
<div id="output-container"></div>
|
|
|
|
<div id="output"></div>
|
|
<button id="clear-output">Clear Output</button>
|
|
|
|
|
|
|
|
<script src="script.js"></script>
|
|
</body>
|
|
</html>
|