<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Snake Like HTML5 Game</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content="Snake Like HTML5 Game made with Crafty"> <meta name="author" content="Cyrille Bogaert"> <link href="assets/game.css" rel="stylesheet"> <body> <h1>Snake-Like HTML5 Game</h1> <h2>Made by <a href="http://hugeen.wordpress.com/">Hugeen</a> with <a href="http://craftyjs.com/">Crafty</a></h2> <script src="assets/crafty-min.js"></script> <script src="game.js"></script> </body> </html>