overte-HifiExperiments/scripts/system/html/miniTablet.html
2018-08-29 22:13:09 +12:00

30 lines
716 B
HTML

<!--
miniTablet.html
Created by David Rowe on 20 Aug 2018.
Copyright 2018 High Fidelity, Inc.
Distributed under the Apache License, Version 2.0.
See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
-->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="css/miniTablet.css" />
</head>
<body>
<section>
<div id="mute" class="button off">
<img id="mute-img" />
</div>
<div id="bubble" class="button off">
<img id="bubble-img" />
</div>
<div id="expand" class="button off"></div>
</section>
<script src="js/miniTablet.js"></script>
</body>
</html>