Implement basic background animation for closed screen.

This commit is contained in:
2019-03-03 17:22:29 +01:00
parent bfea8896de
commit ebe4e85fad
8 changed files with 148 additions and 2 deletions

12
templates/closed.html Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE HTML>
<html lang="nl">
<head>
<meta charset="UTF-8">
<meta name="creator" value="Genetic Lifeform and Beer Operating System - GLaBOS">
<title>Nee... &bull; IsDeFooBarOpen.nl</title>
<link rel="stylesheet" href="foobar.css" type="text/css">
<script src="bundle.js"></script>
</head>
<body class="closed">
</body>
</html>