|
@@ -1,18 +1,18 @@
|
|
|
<!DOCTYPE html>
|
|
|
<html>
|
|
|
<head>
|
|
|
- <title>JS *><></title>
|
|
|
+ <title>JS *><> Interpreter</title>
|
|
|
<meta name="author" content="Apis Necros" />
|
|
|
<meta name="description" content="An interpreter for the starfish esolang written in JavaScript" />
|
|
|
<meta name="keywords" content="*><>,starfish,esolang,esoteric languages,javascript interpreter" />
|
|
|
- <meta name="canonical" content="http://starfish.vzqk50.com" />
|
|
|
+ <meta name="canonical" content="http://starfish.vzqk50.com/starfish/" />
|
|
|
|
|
|
<meta name="og:description" content="An interpreter for the starfish esolang written in JavaScript" />
|
|
|
<meta name="og:type" content="website" />
|
|
|
- <meta name="og:url" content="http://starfish.vzqk50.com" />
|
|
|
+ <meta name="og:url" content="http://starfish.vzqk50.com/starfish/" />
|
|
|
|
|
|
<link href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css" rel="stylesheet">
|
|
|
- <script src="starfish.js"></script>
|
|
|
+ <script src="./starfish.js"></script>
|
|
|
</head>
|
|
|
<body class="p-8 bg-gray-300">
|
|
|
<div class="grid grid-cols-3 gap-10">
|