Apply suggestions from code review
added syntax highlighting
This commit is contained in:
committed by
GitHub
parent
ab0449e36c
commit
7496c0d68f
@ -82,7 +82,7 @@ the content globally.
|
|||||||
* First create the content, at least `index.html` and `error.html` documents.
|
* First create the content, at least `index.html` and `error.html` documents.
|
||||||
|
|
||||||
index.html
|
index.html
|
||||||
```
|
```html
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<head>
|
<head>
|
||||||
<title>My Static Web Site</title>
|
<title>My Static Web Site</title>
|
||||||
@ -93,7 +93,7 @@ index.html
|
|||||||
```
|
```
|
||||||
|
|
||||||
error.html
|
error.html
|
||||||
```
|
```html
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<head>
|
<head>
|
||||||
<title>My Static Web Site</title>
|
<title>My Static Web Site</title>
|
||||||
@ -110,7 +110,7 @@ error.html
|
|||||||
|
|
||||||
* Create `policy.json` with the following contents (note that you need to replace the bucket name with your own).
|
* Create `policy.json` with the following contents (note that you need to replace the bucket name with your own).
|
||||||
|
|
||||||
```
|
```json
|
||||||
{
|
{
|
||||||
"Version": "2012-10-17",
|
"Version": "2012-10-17",
|
||||||
"Statement": [
|
"Statement": [
|
||||||
|
Reference in New Issue
Block a user