Compare commits
5 Commits
kramdown-f
...
static-con
Author | SHA1 | Date | |
---|---|---|---|
7496c0d68f | |||
ab0449e36c | |||
512bc08554 | |||
025d4a0e80 | |||
ae4b0d7263 |
@ -82,8 +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>
|
||||||
@ -94,8 +93,7 @@ the content globally.
|
|||||||
```
|
```
|
||||||
|
|
||||||
error.html
|
error.html
|
||||||
|
```html
|
||||||
```
|
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<head>
|
<head>
|
||||||
<title>My Static Web Site</title>
|
<title>My Static Web Site</title>
|
||||||
|
Reference in New Issue
Block a user