E_ElecCompetition/Electrical_inspectionCompet.../BrowserAssets/demo/VRMainControlPanel.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)">&nbsp;«&nbsp;</button><button onclick="shiftTabs(1)">&nbsp;»&nbsp;</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>