UNPKG

@intocode-io/minimal-web-boilerplate

Version:
17 lines (14 loc) 485 B
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <title>node-minimal-web-boilerplate</title> <link rel="stylesheet" href="style.css" /> </head> <body> <noscript>Your browser does not support JavaScript or it could be disabled. Please check your browser settings.</noscript> <div class="logo"></div> <script src="index.js"></script> </body> </html>