Skip to content

Commit 7496c0d

Browse files
authored
Apply suggestions from code review
added syntax highlighting
1 parent ab0449e commit 7496c0d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cloud-static-content-hosting/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ the content globally.
8282
* First create the content, at least `index.html` and `error.html` documents.
8383

8484
index.html
85-
```
85+
```html
8686
<!doctype html>
8787
<head>
8888
<title>My Static Web Site</title>
@@ -93,7 +93,7 @@ index.html
9393
```
9494

9595
error.html
96-
```
96+
```html
9797
<!doctype html>
9898
<head>
9999
<title>My Static Web Site</title>
@@ -110,7 +110,7 @@ error.html
110110

111111
* Create `policy.json` with the following contents (note that you need to replace the bucket name with your own).
112112

113-
```
113+
```json
114114
{
115115
"Version": "2012-10-17",
116116
"Statement": [

0 commit comments

Comments
 (0)