1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
<!DOCTYPE HTML> <html> <head> <title>cAtchVoid</title> <meta charset="UTF-8"> <link rel="stylesheet" type="text/css" href="style.css"> <script src="elm.js"></script> </head> <body> </body> <script> Elm.fullscreen(Elm.Main, { initialTime: new Date().getTime() }); </script> </html>