AndorDatapad/index.html
2025-05-02 13:08:33 -07:00

57 lines
1.5 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>My Website</title>
<link rel="stylesheet" href="./style.css">
<link rel="icon" href="./favicon.ico" type="image/x-icon">
</head>
<body>
<div class="UIbody">
<div class="topBar">
<canvas id="canvas"></canvas>
<div id="grid" class="grid">
<div><p>1</p></div>
<div><p>2</p></div>
<div><p>3</p></div>
<div><p>4</p></div>
<div><p>5</p></div>
<div><p>6</p></div>
<div><p>7</p></div>
<div><p>8</p></div>
<div><p>9</p></div>
</div>
<div id="safeArea" class="safeArea">
<div class="speechtext">
<span id="element"></span>
<!-- Remember that the frontier of the rebellion is everywhere -->
</div>
<div class="recordingNo">7</div>
</div>
</div>
<script>
</script>
</body>
<!-- <audio id="option1" src="./option1.mp3"></audio> -->
<div id="menuButtons" class="menuButtons">
<div id="button1" class="element active" href="recording1.html">option1</div>
<br>
<div id="button2" class="element" href="test2.html">Option 2</div>
<br>
<div id="button3" class="element" href="test2.html">Option 3</div>
</div>
</div>
<script src="main.js"></script>
</body>
</html>