58 lines
No EOL
2.1 KiB
HTML
58 lines
No EOL
2.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>CENTCOM</title>
|
|
<link rel="stylesheet" href="style.css" />
|
|
<script src="code.js" defer></script>
|
|
</head>
|
|
<body>
|
|
<div class="header">
|
|
<div class="bgWrap">
|
|
<pre class="logo"> ◢◤◢█
|
|
🬕🬂 🬴🬰 ▙▐ ▜▛ 🬕🬂 🬕🬨 🬺🬻 ◢◤◢
|
|
▙▄ ▙▄ ▌🬨 ▐▌ ▙▄ ▙▟ ▌▐ ◢◤◢
|
|
◢◤◢</pre>
|
|
</div>
|
|
<pre class="licenseHeader">
|
|
LICENSE OWNER:
|
|
RELEASE:
|
|
TRIAL EXPIRY:
|
|
COMPCON BUILD: </pre>
|
|
<div class="licenseValues">
|
|
<div class="yellow">TODD (EVALUATION COPY)</div>
|
|
<div class="yellow">234-22b</div>
|
|
<div class="syserror">NaN</div>
|
|
<div id="glitch">ERR</div>
|
|
</div>
|
|
<pre class="trailerSlide">
|
|
████◤
|
|
███◤
|
|
██◤
|
|
█◤
|
|
</pre>
|
|
<div class="trailer"></div>
|
|
</div>
|
|
<div class="resources">
|
|
CENTCOM RESOURCES ARE AVAILABLE AT: <a href="https://spaghetti.top/share/DND%20stuff/Lancer/Lancer%20-%20Core%20Book.pdf" target="_blank">HANDBOOK</a>
|
|
<a href="https://spaghetti.top/share/DND%20stuff/Lancer/Lancer%20-%20Field%20Guide%20to%20the%20Karrakin%20Trade%20Baronies.pdf" target="_blank">BARONIES</a>
|
|
<a href="https://spaghetti.top/share/DND%20stuff/Lancer/" target="_blank">MORE</a>
|
|
|
|
</div>
|
|
<div class="display">
|
|
<div class="padder"></div>
|
|
<table id="displayTable">
|
|
<tbody id="displayBody">
|
|
<tr>
|
|
<td>*</td>
|
|
<td>Please enter your callsign. It will be remembered.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<div class="cmdinput">
|
|
<span>></span>
|
|
<span id="input" contenteditable="true"></span>
|
|
</div>
|
|
</body>
|
|
</html> |