mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
35 lines
1.2 KiB
HTML
35 lines
1.2 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>
|
|
<p>There's nobody here but us chickens!</p>
|
|
</body>
|
|
</html> |