Commit Diff


commit - 4e7060d19ce95c0ddf33a2a577d7061e1b9859e4
commit + c26475dbc3548ae6d9932d3d6cf5c9fc7e6480ca
blob - 78fcdd110e2122e5fbc20c62836b6b136e6591e9
blob + e02723946b7e51a81b01e0819865e8252e960d1e
--- code.html
+++ code.html
@@ -1,5 +1,6 @@
 <!doctype html>
 <html lang=en>
+<head>
 <meta charset=utf-8>
 
 <title>Game of Trees Source Code</title>
@@ -7,7 +8,9 @@
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <link rel="stylesheet" type="text/css" href="openbsd.css">
 <link rel="canonical" href="https://gameoftrees.org/install.html">
+</head>
 
+<body>
 <h2>
 <a href="index.html">
 <i>Game of Trees</i></a>
@@ -53,3 +56,5 @@ Read-only clones of the Game of Trees Git repository a
 <li><a href="https://codeberg.org/stsp/got">https://codeberg.org/stsp/got</a>
 <li><a href="https://repo.or.cz/got.git">https://repo.or.cz/got.git</a>
 </ul>
+</body>
+</html>
blob - 37df26963b1a3c6ca873cc46c193ea2634de520b
blob + c832387be77dc875bb919aa110ca9dd20c176dcf
--- examples.html
+++ examples.html
@@ -1,5 +1,6 @@
 <!doctype html>
 <html lang=en>
+<head>
 <meta charset=utf-8>
 
 <title>Game of Trees (Got): Examples</title>
@@ -7,6 +8,8 @@
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <link rel="stylesheet" type="text/css" href="openbsd.css">
 <link rel="canonical" href="https://gameoftrees.org/examples.html">
+</head>
+<body>
 
 <h2>
 <a href="index.html">
blob - 2d56af48a0066b90b64ff1155a98992b4507feda
blob + a9eaafb7206c1a17e3e87bd201f64d9237da5a83
--- faq.html
+++ faq.html
@@ -1,5 +1,6 @@
 <!doctype html>
 <html lang=en>
+<head>
 <meta charset=utf-8>
 
 <title>Game of Trees (Got): Frequently Asked Questions</title>
@@ -7,7 +8,9 @@
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <link rel="stylesheet" type="text/css" href="openbsd.css">
 <link rel="canonical" href="https://gameoftrees.org/faq.html">
+</head>
 
+<body>
 <h2>
 <a href="index.html">
 <i>Game of Trees</i></a>
blob - 3d59c8b78722df75af12ebdb7c54ec8858a3f259
blob + 9a9112073c6d7b7c889ac78b87320b615e88104f
--- goals.html
+++ goals.html
@@ -1,5 +1,6 @@
 <!doctype html>
 <html lang=en>
+<head>
 <meta charset=utf-8>
 
 <title>Game of Trees (Got): Goals</title>
@@ -7,7 +8,9 @@
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <link rel="stylesheet" type="text/css" href="openbsd.css">
 <link rel="canonical" href="https://gameoftrees.org/goals.html">
+</head>
 
+<body>
 <h2>
 <a href="index.html">
 <i>Game of Trees</i></a>
@@ -70,3 +73,5 @@ and pulling changes.
 <li>Do not implement server-side support for plaintext network communications.
 </ul>
 </ul>
+</body>
+</html>
blob - e056ce7ff1a1da83962d6016ed0985881be3731a
blob + 1234ebb96174154e033c7c274289ccd04061911f
--- index.html
+++ index.html
@@ -1,12 +1,15 @@
 <!doctype html>
 <html lang=en>
+<head>
     <meta charset=utf-8>
     <title>Game of Trees</title>
     <meta name="description" content="the main Game of Trees page">
     <link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
     <link rel="canonical" href="https://gameoftrees.org/index.html">
     <link rel="stylesheet" href="openbsd.css">
+</head>
 
+<body>
 <table id="project-main" class="not-openbsd">
   <tr class="align-top">
     <td>
@@ -78,3 +81,5 @@ a BSD license.
 <p id="callout">
 <i>&quot;No mention of openbsd on the internet is complete without a long thread about source control migration.&quot;</i> -- tedu@
 </table>
+</body>
+</html>
blob - ab7fb850c4f8e2ef88050367c362981245fee181
blob + 14123354abab599408bda3856d7820a675e7174f
--- install.html
+++ install.html
@@ -1,5 +1,6 @@
 <!doctype html>
 <html lang=en>
+<head>
 <meta charset=utf-8>
 
 <title>Game of Trees Installation Instructions</title>
@@ -7,7 +8,9 @@
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <link rel="stylesheet" type="text/css" href="openbsd.css">
 <link rel="canonical" href="https://gameoftrees.org/install.html">
+</head>
 
+<body>
 <h2>
 <a href="index.html">
 <i>Game of Trees</i></a>
@@ -83,3 +86,5 @@ env SUBPACKAGE=-web doas make install
 
 Setup instructions are provided in the
 <a href="gotweb.8.html">gotweb</a> manual page.
+</body>
+</html>
blob - 2324f8a5f5cb036b699fb0ece288febfc6dd11b1
blob + b3a1060174933c9479afbe9e6e4ba9e4f7a7c8a9
--- manual.html
+++ manual.html
@@ -1,5 +1,6 @@
 <!doctype html>
 <html lang=en>
+<head>
 <meta charset=utf-8>
 
 <title>Game of Trees Manual Pages</title>
@@ -7,7 +8,9 @@
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <link rel="stylesheet" type="text/css" href="openbsd.css">
 <link rel="canonical" href="https://gameoftrees.org/manual.html">
+</head>
 
+<body>
 <h2>
 <a href="index.html">
 <i>Game of Trees</i></a>
@@ -28,3 +31,5 @@ Manual pages installed by the <tt>gotweb</tt> package:
 <li><a href="gotweb.conf.5.html">gotweb.conf</a> &mdash; gotweb configuration file
 <li><a href="gotweb.8.html">gotweb</a> &mdash; Game of Trees Git repository server for web browsers
 </ul>
+</body>
+</html>
blob - c2adbf6da6793b3c97ab7578245b3c573c4f8621
blob + eafcc7ff66427031fe229b1233bc02ab5361ef4f
--- portable.html
+++ portable.html
@@ -1,5 +1,6 @@
 <!doctype html>
 <html lang=en>
+<head>
 <meta charset=utf-8>
 
 <title>Game of Trees Portable Version</title>
@@ -7,7 +8,9 @@
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <link rel="stylesheet" type="text/css" href="openbsd.css">
 <link rel="canonical" href="https://gameoftrees.org/portable.html">
+</head>
 
+<body>
 <h2>
 <a href="index.html">
 <i>Game of Trees</i></a>
@@ -65,3 +68,5 @@ Read-only clones of the got-portable repository are av
 <li><a href="https://repo.or.cz/got-portable.git">https://repo.or.cz/got-portable.git</a>
 <li><a href="https://github.com/ThomasAdam/got-portable">https://github.com/ThomasAdam/got-portable</a> (used for CI checks against Linux and FreeBSD)
 </ul>
+</body>
+</html>