summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2025-02-02 16:36:35 -0700
committerNavan Chauhan <navanchauhan@gmail.com>2025-02-02 16:36:35 -0700
commit8b70347023de3362e76a95f8b0e9f88f257fa7f1 (patch)
treea2d726ad0e585d5ee57d4f083b5b5a2467686154 /index.html
first commitHEADmaster
Diffstat (limited to 'index.html')
-rw-r--r--index.html15
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>