mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
48 lines
1.9 KiB
HTML
48 lines
1.9 KiB
HTML
<!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>
|
|
<div style="justify-self: center; max-width: 840px;">
|
|
<image src="toylogo.png" width="250" height="250" />
|
|
</div>
|
|
<br>
|
|
<div style="justify-self: center; max-width: 840px;">
|
|
<img src="https://github.com/Ratstail91/Toy/actions/workflows/continuous-integration-v1.yml/badge.svg">
|
|
<br>
|
|
<img src="https://github.com/Ratstail91/Toy/actions/workflows/continuous-integration-v2.yml/badge.svg">
|
|
</div>
|
|
<div style="justify-self: center; max-width: 840px;">
|
|
<p>There's nobody here but us chickens!</p>
|
|
<p>The v2 docs aren't visible yet, but they've been marked as "in progress", so expect the first few pages within a week.</p>
|
|
<p>In the meantime, <a href="https://github.com/Ratstail91/Toy">click here</a> for the source code.</p>
|
|
</div>
|
|
</body>
|
|
</html> |