Starting fiddling with the docs site proper

This commit is contained in:
2024-12-27 13:40:49 +11:00
parent 2c4324db70
commit dc8845fd0e
20 changed files with 101 additions and 171 deletions

35
index.html Normal file
View File

@@ -0,0 +1,35 @@
<!DOCTYPE html>
<html lang="en-US">
<head>
<!-- device settings -->
<meta charset = "UTF-8" />
<meta name="Content-Type" content="text/html" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- page title -->
<title>The Toy Programming Language</title>
<!-- page information -->
<meta name="description" content="The Toy Programming Language" />
<meta name="author" content="Kayne Ruse" />
<meta name="keywords" content=""programming, coding" />
<!-- facebook -->
<meta property="og:url" content="toylang.com" />
<meta property="og:type" content="website" />
<meta property="og:image" content="repo-preview.png" />
<meta property="og:title" content="The Toy Programming Language" />
<meta property="og:description" content="The Toy Programming Language" />
<!-- twitter -->
<meta name="twitter:card" content="The Toy Programming Language" />
<meta name="twitter:url" content="toylang.com" />
<meta name="twitter:type" content="website" />
<meta name="twitter:image" content="repo-preview.png" />
<meta name="twitter:title" content="The Toy Programming Language" />
<meta name="twitter:description" content="The Toy Programming Language" />
</head>
<body>
<p>There's nobody here but us chickens!</p>
</body>
</html>