Fixes
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>ESP32forth</title>
|
||||
<title>µEforth Internals</title>
|
||||
<link rel="stylesheet" href="static/eforth.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@ -1,11 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Linux</title>
|
||||
<title>µEforth for Linux</title>
|
||||
<link rel="stylesheet" href="static/eforth.css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>µEforth Linux</h1>
|
||||
<h1>µEforth for Linux</h1>
|
||||
|
||||
<div class="menu">
|
||||
<span><a href="ESP32forth.html">ESP32forth</a></span>
|
||||
|
||||
@ -1,11 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>EForth</title>
|
||||
<title>µEforth for Windows</title>
|
||||
<link rel="stylesheet" href="static/eforth.css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>µEforth Windows</h1>
|
||||
<h1>µEforth for Windows</h1>
|
||||
|
||||
<div class="menu">
|
||||
<span><a href="ESP32forth.html">ESP32forth</a></span>
|
||||
|
||||
Reference in New Issue
Block a user