mirror of
https://github.com/inexorabletash/jsbasic.git
synced 2025-01-04 16:32:07 +00:00
Tidy reference page HTML
This commit is contained in:
parent
a1a5c5e6fb
commit
f61407a201
@ -1,6 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Strict//EN">
|
||||
<html>
|
||||
<head>
|
||||
<!DOCTYPE html>
|
||||
<title>Applesoft BASIC Reference</title>
|
||||
<style type="text/css">
|
||||
body { background-color: #EEEACD; color: black; }
|
||||
@ -9,8 +7,6 @@ code, dt { font-family: 'Lucida Console', 'Courier New', Courier, monospace; fon
|
||||
|
||||
h2 { border-top: solid 1px black; border-bottom: solid 1px black; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="toc"></div>
|
||||
|
||||
@ -566,5 +562,3 @@ function which implements the logic for walking over the array.<p>
|
||||
}(document.getElementById("toc")));
|
||||
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user