diff options
Diffstat (limited to 'website/goals/src/index.html')
-rw-r--r-- | website/goals/src/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/website/goals/src/index.html b/website/goals/src/index.html index 05dd7ad95e79..91752af916a4 100644 --- a/website/goals/src/index.html +++ b/website/goals/src/index.html @@ -1,8 +1,8 @@ <!DOCTYPE html> <html lang="en"> <head> - <meta charset="UTF-8"> - <link rel="stylesheet" href="./index.css"> + <meta charset="UTF-8" /> + <link rel="stylesheet" href="./index.css" /> </head> <body> <div id="mount"></div> |