Kilian Valkhof
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
index.html
|
|
@ -3,7 +3,7 @@ |
|
|
|
<head> |
|
|
|
<meta charset="UTF-8"> |
|
|
|
<!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP --> |
|
|
|
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'"> |
|
|
|
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'"> |
|
|
|
<link href="./styles.css" rel="stylesheet"> |
|
|
|
<title>Hello World!</title> |
|
|
|
</head> |
|
|
|