diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-16 09:54:59 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-16 09:54:59 +0800 |
commit | 023d6464cbf37774ea93dd950bda9350179dfab0 (patch) | |
tree | b5d74ec9813f40611663ae27d04d5ac8f7540c7f | |
parent | 2d5640d5304f7218c8ae42faeb97114a1192d036 (diff) |
Add double quotes
-rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ <!DOCTYPE html> -<html lang=en> +<html lang="en"> <head> - <meta charset=utf-8/> + <meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <link rel="stylesheet" href="https://unpkg.com/@shopify/polaris@10.2.0/build/esm/styles.css"/> </head> |