mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-16 07:14:07 +10:00
18 lines
976 B
HTML
18 lines
976 B
HTML
<title>Toy | A Toy Programming Langauge</title>
|
|
<meta name="description" content="A Toy Programming Language" />
|
|
<meta name="author" content="Kayne Ruse, Ratstail91" />
|
|
<meta name="keywords" content="programming,coding" />
|
|
|
|
<meta property="og:url" content="https://toylang.com" />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:image" content="https://toylang.com/repo-preview.png" />
|
|
<meta property="og:title" content="Toy | A Toy Programming Language" />
|
|
<meta property="og:description" content="A Toy Programming Language" />
|
|
|
|
<meta property="twitter:card" content="summary_large_image" />
|
|
<meta property="twitter:url" content="https://toylang.com" />
|
|
<meta property="twitter:type" content="website" />
|
|
<meta property="twitter:image" content="https://toylang.com/repo-preview.png" />
|
|
<meta property="twitter:title" content="Toy | A Toy Programming Language" />
|
|
<meta property="twitter:description" content="A Toy Programming Language" />
|