diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..be57d3f --- /dev/null +++ b/index.html @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="utf-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1" /> + <meta name="description" content="Starter Snowpack App" /> + <link rel="stylesheet" type="text/css" href="/index.css" /> + <title>Starter Snowpack App</title> + </head> + <body> + <h1>Welcome to Snowpack!</h1> + <script type="module" src="/index.js"></script> + </body> +</html> |