We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab0449e commit 7496c0dCopy full SHA for 7496c0d
cloud-static-content-hosting/README.md
@@ -82,7 +82,7 @@ the content globally.
82
* First create the content, at least `index.html` and `error.html` documents.
83
84
index.html
85
-```
+```html
86
<!doctype html>
87
<head>
88
<title>My Static Web Site</title>
@@ -93,7 +93,7 @@ index.html
93
```
94
95
error.html
96
97
98
99
@@ -110,7 +110,7 @@ error.html
110
111
* Create `policy.json` with the following contents (note that you need to replace the bucket name with your own).
112
113
+```json
114
{
115
"Version": "2012-10-17",
116
"Statement": [
0 commit comments