47 lines
1.5 KiB
HTML
47 lines
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<title>WTerminal home</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="stylesheet" href="css/main.css" />
|
|
<!-- <link rel="stylesheet" href="css/wterminal.css" /> -->
|
|
|
|
<script src="js/theme.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<header>
|
|
<button style="float: right;" title="Dark theme on/off" onclick="toggleTheme();">☀</button>
|
|
<a href="index.html">Home</a>
|
|
<a href="static-terminal.html">Static</a>
|
|
<a href="dropdown.html">Dropdown</a>
|
|
<a href="pong.html">Pong</a>
|
|
<a href="addon.html">Addon</a>
|
|
</header>
|
|
|
|
<main>
|
|
<h1>WTerminal home:</h1>
|
|
<pre>* _ . _ _____ .----..----. .-. .-..-..-. .-. .--. .-.
|
|
* | |/ \| |[_ _]| {__ | {) }| .`-'. ||~|| .`| | / {} \ | |
|
|
* | ,-, | | | | {__ | .-. \| |\ /| || || |\ |/ /\ \| `--.
|
|
* '-' `-' '-' `----'`-' `-'`-' ` `-'`-'`-' `-'`-' `-'`----'
|
|
For terminal fun on the web.</pre>
|
|
<p>The following pages show multiple ways that this terminal can be used.</p>
|
|
<h2>Pages:</h2>
|
|
<a href="static-terminal.html">Static terminal</a><br>
|
|
<a href="dropdown.html">Dropdown terminal</a><br>
|
|
<a href="pong.html">Ping pong game + dropdown terminal</a><br>
|
|
<a href="addon.html">Browser addon</a><br>
|
|
|
|
<h2>Testing:</h2>
|
|
<a href="/test/">terminal testing</a><br>
|
|
</main>
|
|
|
|
<footer>
|
|
<p class="float-right">Author: Ward Truyen</p>
|
|
</footer>
|
|
</body>
|
|
|
|
</html>
|