summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authoraltaf-creator <dev@altafcreator.com>2026-06-18 15:45:40 +0800
committeraltaf-creator <dev@altafcreator.com>2026-06-18 15:45:40 +0800
commit3525abf99fa3e6f41028cb7e93c8e58eb3f0a9c6 (patch)
tree65a0a1c003a39a6a6493801225ef3f52013f98ab /index.html
initial commit working
Diffstat (limited to 'index.html')
-rw-r--r--index.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..8736890
--- /dev/null
+++ b/index.html
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <link rel="stylesheet" href="/style.css">
+ <title>altaf-files</title>
+</head>
+<body>
+ <div class="sidebar">
+ <a href="/"><img class="sidebar-img" src="" alt=""></a>
+ <span class="sidebar-text">altaf-files</span>
+ </div>
+ <div class="content">
+ {{content}}
+ </div>
+</body>
+</html>