|
@@ -0,0 +1,27 @@
|
|
|
+<!DOCTYPE html>
|
|
|
+<html>
|
|
|
+ <head>
|
|
|
+ <title>JS *><></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="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/" />
|
|
|
+
|
|
|
+ <link href="./static/css/styles.css" rel="stylesheet">
|
|
|
+ </head>
|
|
|
+ <body class="main-body">
|
|
|
+ <div class="main-container">
|
|
|
+ <h1 class="text-center">*><></h1>
|
|
|
+ <div class="">
|
|
|
+ <a id="try-now" href="/starfish/" class="btn btn--try-now">Try It Now</a>
|
|
|
+ </div>
|
|
|
+ <div class="">
|
|
|
+ <h2>What is *><></h2>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </body>
|
|
|
+</html>
|