added index stuff

master
molleindustria 4 years ago
parent 179c75b852
commit 7edf901a8c

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

@ -1,8 +1,32 @@
<!doctype html>
<html>
<html lang="en">
<head>
<title>LIKELIKE Online</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="title" content="LIKELIKE Online" />
<meta name="description" content="The tiniest MMO / game art gallery" />
<!-- SEO / social media-->
<meta name="author" content="Molleindustria" />
<meta name="copyright" content="Molleindustria" />
<meta name="robots" content="index, follow" />
<meta name="description" content="The tiniest MMORPG. Choose an avatar and hang out with your friends in a virtual version of LIKELIKE a videogame gallery in Pittsburgh, PA." />
<meta name="keywords" content="Game,Art,Molleindustria,videogame" />
<meta property="og:image" content="https://molleindustria.org/images/likelikeOnline.png" />
<meta property="og:title" content="LIKELIKE Online" />
<meta property="og:description" content="Radical Games Against the Tyranny of Entertainment." />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@likelikearcade" />
<meta name="twitter:title" content="LIKELIKE Online" />
<meta name="twitter:description" content="The tiniest MMORPG. Choose an avatar and hang out with your friends in a virtual version of LIKELIKE a videogame gallery in Pittsburgh, PA" />
<meta name="twitter:image" content="https://molleindustria.org/images/likelikeOnline.png" />
<!-- This is a standard p5.js index, NOTE the p5.dom.min.js -->
<script src='https://cdnjs.cloudflare.com/ajax/libs/socket.io/2.3.0/socket.io.js'></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.10.2/p5.js"></script>
@ -11,7 +35,7 @@
<script src="p5.play.js"></script>
<script defer src="client.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="utf-8" />
</head>

Loading…
Cancel
Save