mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-07 11:02:21 +02:00
26 lines
577 B
HTML
26 lines
577 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/miniHandTablet.css" />
|
|
</head>
|
|
<body>
|
|
<section>
|
|
<div id="expand" class="button">
|
|
<img src="./img/expand.svg" />
|
|
</div>
|
|
</section>
|
|
<script src="js/miniTablet.js"></script>
|
|
</body>
|
|
</html>
|