index.html (
9
lines of code) (
raw
):
<!--index.html--> <html> <head> <title>JB Animation Generator</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> </head> <body> <script async src="app.js"></script> </body> </html>