57 lines
1.8 KiB
HTML
57 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="ie">
|
|
<head>
|
|
<title>OpenTerminal</title>
|
|
<meta name="description" content="An online terminal and communal text buffer :)">
|
|
|
|
<meta property="og:url" content="https://term.arimelody.me">
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:title" content="OpenTerminal">
|
|
<meta property="og:description" content="An online terminal and communal text buffer :)">
|
|
<meta property="og:image" content="https://term.arimelody.me/img/thumbnail.png">
|
|
|
|
<meta name="twitter:card" content="summary_large_image">
|
|
<meta property="twitter:domain" content="term.arimelody.me">
|
|
<meta property="twitter:url" content="https://term.arimelody.me">
|
|
<meta name="twitter:title" content="OpenTerminal">
|
|
<meta name="twitter:description" content="An online terminal and communal text buffer :)">
|
|
<meta name="twitter:image" content="https://term.arimelody.me/img/thumbnail.png">
|
|
|
|
<link rel="stylesheet" href="/styles/main.css">
|
|
<link rel="icon" type="image/png" href="/favicon.png">
|
|
|
|
<script src="/scripts/main.js" type="module"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<header>
|
|
<ul>
|
|
<li id="server-url">not connected</li>
|
|
<li><a id="connect">connect</a></li>
|
|
</ul>
|
|
<ul>
|
|
<li>
|
|
<a id="colours">colours</a>
|
|
<ul id="colours-dropdown">
|
|
</ul>
|
|
</li>
|
|
<li><a id="lcd">lcd</a></li>
|
|
</ul>
|
|
</header>
|
|
<main>
|
|
<pre id="content"></pre>
|
|
<input type="text" id="mobile-input">
|
|
</main>
|
|
<footer>
|
|
<ul>
|
|
<li><a href="https://arimelody.me" target="_blank">made with <3 by ari melody</a></li>
|
|
</ul>
|
|
<ul>
|
|
<li><a href="https://github.com/mellodoot/openterminal/issues" target="_blank">issues</a></li>
|
|
<li><a href="https://github.com/mellodoot/openterminal" target="_blank">source</a></li>
|
|
</ul>
|
|
</footer>
|
|
<div id="overlay"></div>
|
|
</body>
|
|
</html>
|