summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authoraltaf-creator <dev@altafcreator.com>2026-06-19 22:34:06 +0800
committeraltaf-creator <dev@altafcreator.com>2026-06-19 22:34:06 +0800
commitaee87b3ec0e8487101f506f229d1f5acf6245856 (patch)
tree798cc7ba57f6d6564ce67a1b3e30a1549ed265d8 /index.html
parent3525abf99fa3e6f41028cb7e93c8e58eb3f0a9c6 (diff)
minimum working product
Diffstat (limited to 'index.html')
-rw-r--r--index.html14
1 files changed, 11 insertions, 3 deletions
diff --git a/index.html b/index.html
index 8736890..ca1f5a3 100644
--- a/index.html
+++ b/index.html
@@ -3,17 +3,25 @@
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
+ <link rel="icon" type="image/x-icon" href="/src/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
- <link rel="stylesheet" href="/style.css">
+ <link rel="stylesheet" href="/src/style.css">
<title>altaf-files</title>
</head>
<body>
<div class="sidebar">
- <a href="/"><img class="sidebar-img" src="" alt=""></a>
+ <a href="/"><img class="sidebar-img" src="/src/icon.png" alt=""></a>
<span class="sidebar-text">altaf-files</span>
</div>
<div class="content">
- {{content}}
+ <section>
+ <div class="div-sizing" id="breadcrumb-container">
+ </div>
+ </section>
+ <section>
+ <div class="list-container" id="list-container">
+ </div>
+ </section>
</div>
</body>
</html>