Shelley Vohr
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
4 additions and
0 deletions
-
index.html
-
styles.css
|
|
@ -4,6 +4,7 @@ |
|
|
|
<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'"> |
|
|
|
<link href="./styles.css" rel="stylesheet"> |
|
|
|
<title>Hello World!</title> |
|
|
|
</head> |
|
|
|
<body> |
|
|
|
|
|
@ -0,0 +1,3 @@ |
|
|
|
/* styles.css */ |
|
|
|
|
|
|
|
/* Add styles here to customize the appearance of your app */ |