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 d2f926e commit edbea7dCopy full SHA for edbea7d
cloud-static-content-hosting/README.md
@@ -80,10 +80,9 @@ the content globally.
80
9. Upload content to the bucket.
81
82
* First create the content, at least `index.html` and `error.html` documents.
83
-
84
- index.html
+ * index.html
85
86
- ```
+ ```html
87
<!doctype html>
88
<head>
89
<title>My Static Web Site</title>
@@ -93,9 +92,9 @@ the content globally.
93
92
</body>
94
```
95
96
- error.html
97
98
+ * error.html
+
99
100
101
0 commit comments