diff options
| author | Maksymilian Jopek <maks@jopek.eu> | 2021-10-14 23:32:50 +0200 |
|---|---|---|
| committer | Maksymilian Jopek <maks@jopek.eu> | 2021-10-14 23:32:50 +0200 |
| commit | 94ca5987544009f2da17fe27abc6c9de380d34fd (patch) | |
| tree | 5b35293f5d9c76a8e953b5d04391aed15e9fb24d /src/templates/main.html | |
| download | isiqandisi-94ca5987544009f2da17fe27abc6c9de380d34fd.tar.gz isiqandisi-94ca5987544009f2da17fe27abc6c9de380d34fd.tar.zst isiqandisi-94ca5987544009f2da17fe27abc6c9de380d34fd.zip | |
Initial commit - config with index.hmtl
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> |
