This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta name="viewport" content="width=device-width"> | |
<title>Basic Snake HTML Game (Functional programming)</title> | |
<meta charset="UTF-8"> | |
<style> | |
html, body { | |
height: 100%; | |
margin: 0; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title></title> | |
</head> | |
<body> | |
<link href="https://fonts.googleapis.com/css?family=Cabin" rel="stylesheet"> | |
<link href="https://fonts.googleapis.com/css?family=Courgette" rel="stylesheet"> | |
<link href="https://fonts.googleapis.com/css?family=Noto+Serif" rel="stylesheet"> |