Tweaks for mobile.

This commit is contained in:
Brad Nelson
2022-07-20 23:20:30 -07:00
parent 19aa66062b
commit 1aacfd24ba
12 changed files with 68 additions and 21 deletions

View File

@ -16,15 +16,14 @@ limitations under the License.
-->
<head>
<meta charset="UTF-8">
{{HEAD}}
<title>µEforth for Web</title>
<link rel="stylesheet" href="static/eforth.css">
</head>
<body>
<h1>µEforth for Web</h1>
{{MENU}}
<div class="wrapper">
<div class="web_wrapper">
<div id="ueforth"></div>
<script src="ueforth.js"></script>