UNPKG

create-gfx

Version:

Set up a Web graphics project blazingly fast!

21 lines (20 loc) 630 B
<!DOCTYPE html> <html lang="fr"> <head> <link rel="stylesheet" type="text/css" href="styles/core.css" /> <script type="module" src="src/main.js"></script> <title>My App</title> <link rel="icon" href="textures/favicon.ico"> <link rel="icon" type="image/jpeg" href="textures/favicon.jpg" /> </head> <body> <div id="APP" style="margin: 0 auto"> <div id="APP_FAIL"></div> <canvas id="CANVAS_3D" width="1px" height="1px"></canvas> <canvas id="CANVAS_2D" width="1px" height="1px"></canvas> <div id="UI_ROOT"></div> <div id="UI_FADELAYER"></div> <div id="UI_OVERLAYER"></div> </div> </body> </html>