diff options
| author | altaf-creator <dev@altafcreator.com> | 2026-06-18 15:45:40 +0800 |
|---|---|---|
| committer | altaf-creator <dev@altafcreator.com> | 2026-06-18 15:45:40 +0800 |
| commit | 3525abf99fa3e6f41028cb7e93c8e58eb3f0a9c6 (patch) | |
| tree | 65a0a1c003a39a6a6493801225ef3f52013f98ab /index.html | |
initial commit working
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 19 |
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> |
