Compare commits
4 Commits
static-con
...
kramdown-f
Author | SHA1 | Date | |
---|---|---|---|
bc801bae20 | |||
fc837e289f | |||
fce8d25736 | |||
cbffcb28c8 |
@ -82,7 +82,8 @@ 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 +94,8 @@ 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>
|
||||||
|
Reference in New Issue
Block a user