mobile support! readme!! branding!!!
This commit is contained in:
parent
33b16ad70f
commit
5f2051bd2b
7 changed files with 119 additions and 15 deletions
|
@ -2,6 +2,20 @@
|
|||
<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">
|
||||
|
@ -12,7 +26,14 @@
|
|||
<body>
|
||||
<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>
|
||||
<li><a href="https://github.com/mellodoot/openterminal" target="_blank">source</a></li>
|
||||
</ul>
|
||||
</footer>
|
||||
<div id="overlay"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue