This commit is contained in:
Brad Nelson
2021-02-12 00:32:15 -08:00
parent 69837033c4
commit a4075830c0
3 changed files with 5 additions and 5 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>