Tweaks for mobile.
This commit is contained in:
@ -16,9 +16,8 @@ limitations under the License.
|
||||
-->
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
{{HEAD}}
|
||||
<title>ESP32forth</title>
|
||||
<link rel="stylesheet" href="static/eforth.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
@ -15,9 +15,8 @@ See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
{{HEAD}}
|
||||
<title>Classic EForth</title>
|
||||
<link rel="stylesheet" href="static/eforth.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
20
site/head.html
Normal file
20
site/head.html
Normal file
@ -0,0 +1,20 @@
|
||||
<!--
|
||||
Copyright 2021 Bradley D. Nelson
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<meta charset="UTF-8">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
|
||||
<link rel="stylesheet" href="static/eforth.css">
|
||||
@ -16,9 +16,8 @@ limitations under the License.
|
||||
-->
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
{{HEAD}}
|
||||
<title>EForth</title>
|
||||
<link rel="stylesheet" href="static/eforth.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
@ -16,9 +16,8 @@ limitations under the License.
|
||||
-->
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
{{HEAD}}
|
||||
<title>µEforth Internals</title>
|
||||
<link rel="stylesheet" href="static/eforth.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
@ -16,9 +16,8 @@ limitations under the License.
|
||||
-->
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
{{HEAD}}
|
||||
<title>µEforth for Linux</title>
|
||||
<link rel="stylesheet" href="static/eforth.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
@ -21,6 +21,9 @@ body {
|
||||
max-width: 800px;
|
||||
padding: 0px 10px;
|
||||
}
|
||||
.web_wrapper {
|
||||
padding: 0px 10px;
|
||||
}
|
||||
h1 {
|
||||
border-top: 3px solid #777;
|
||||
background-color: #111;
|
||||
@ -47,6 +50,10 @@ h5 {
|
||||
margin: 2px;
|
||||
width: 30%;
|
||||
}
|
||||
pre {
|
||||
white-space: pre-wrap;
|
||||
width: 100%;
|
||||
}
|
||||
a:link {
|
||||
color: #00c;
|
||||
}
|
||||
@ -67,6 +74,7 @@ a:hover {
|
||||
.menu span {
|
||||
margin: 0px;
|
||||
padding: 10px;
|
||||
line-height: 32px;
|
||||
}
|
||||
.menu a:link {
|
||||
color: #fff;
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -16,9 +16,8 @@ limitations under the License.
|
||||
-->
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
{{HEAD}}
|
||||
<title>µEforth for Windows</title>
|
||||
<link rel="stylesheet" href="static/eforth.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user