diff options
Diffstat (limited to 'src/templates/main.html')
| -rw-r--r-- | src/templates/main.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/templates/main.html b/src/templates/main.html new file mode 100644 index 0000000..aceeb0d --- /dev/null +++ b/src/templates/main.html @@ -0,0 +1,18 @@ +<!DOCTYPE html> +<html lang="en"> + +<head> + <!-- Required meta tags --> + <meta charset="utf-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1" /> + + <link rel="icon" href="<%= htmlWebpackPlugin.options.staticPath %>/favicon.ico" /> + + <title>Hello, world!</title> +</head> + +<body> + main +</body> + +</html> |
