mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
28 lines
1.3 KiB
HTML
28 lines
1.3 KiB
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" />
|
|
|
|
<!-- Google tag (gtag.js) -->
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-57STKDE8LE"></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag(){dataLayer.push(arguments);}
|
|
gtag('js', new Date());
|
|
|
|
gtag('config', 'G-57STKDE8LE');
|
|
</script>
|