diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..eb0553c --- /dev/null +++ b/index.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<html> +<head> + <title>Index</title> + <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/sakura.css/css/sakura.css" type="text/css"> +</head> +<body> + <h1>Index</h1> + <ol> + <li><a href="01_basic.html">Basic HTML</a></li> + <li><a href="02_css.html">HTML + CSS</a></li> + <li><a href="03_sakura.html">HTML + Custom Stylesheet</a></li> + </ol> +</body> +</html> |