Browse Source

Update site head

Updated the canonical links to match its new folder, and updated page
title.
ApisNecros 1 year ago
parent
commit
ec61b62c86
1 changed files with 4 additions and 4 deletions
  1. 4 4
      starfish/index.html

+ 4 - 4
starfish/index.html

@@ -1,18 +1,18 @@
 <!DOCTYPE html>
 <html>
     <head>
-        <title>JS *&gt;&lt;&gt;</title>
+        <title>JS *&gt;&lt;&gt; 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">