Browse Source

feat: add default css file (#533)

main
Shelley Vohr 4 years ago
committed by GitHub
parent
commit
4ff40bc838
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      index.html
  2. 3
      styles.css

1
index.html

@ -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>

3
styles.css

@ -0,0 +1,3 @@
/* styles.css */
/* Add styles here to customize the appearance of your app */
Loading…
Cancel
Save