14 lines
459 B
HTML
14 lines
459 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<link rel="stylesheet" type="text/css" href="Terminal.css">
|
|
</head>
|
|
<body>
|
|
<button onclick="openNewTab()">New Tab</button><br>
|
|
<button onclick="shiftTabs(-1)"> « </button><button onclick="shiftTabs(1)"> » </button><br>
|
|
|
|
<p style="text-align: center; font-size: 10px;">Be careful, too many animated tabs open at once can kill your framerate and make you sick.</p>
|
|
|
|
</body>
|
|
</html> |