<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Star Gazer</title> <link rel="stylesheet" href="resources/css/default.css"> </head> <body> <header> <h1>Star Gazer</h1> <canvas> </canvas> </header> <content> </content> <script type="application/javascript" src="vendors/gazeclient.js"></script> <script type="module" src="resources/js/index.js"></script> </body> </html>