diff options
| author | altaf-creator <dev@altafcreator.com> | 2026-06-19 22:34:06 +0800 |
|---|---|---|
| committer | altaf-creator <dev@altafcreator.com> | 2026-06-19 22:34:06 +0800 |
| commit | aee87b3ec0e8487101f506f229d1f5acf6245856 (patch) | |
| tree | 798cc7ba57f6d6564ce67a1b3e30a1549ed265d8 /index.html | |
| parent | 3525abf99fa3e6f41028cb7e93c8e58eb3f0a9c6 (diff) | |
minimum working product
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -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> |
