format readme.md
This commit is contained in:
parent
d2f926e3e8
commit
edbea7d50b
@ -80,10 +80,9 @@ the content globally.
|
|||||||
9. Upload content to the bucket.
|
9. Upload content to the bucket.
|
||||||
|
|
||||||
* 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,9 +92,9 @@ the content globally.
|
|||||||
</body>
|
</body>
|
||||||
```
|
```
|
||||||
|
|
||||||
error.html
|
* error.html
|
||||||
|
|
||||||
```
|
```html
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<head>
|
<head>
|
||||||
<title>My Static Web Site</title>
|
<title>My Static Web Site</title>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user