diff options
| author | Priyansh <[email protected]> | 2020-12-22 18:39:20 +0530 |
|---|---|---|
| committer | Priyansh <[email protected]> | 2020-12-22 18:39:20 +0530 |
| commit | fb873ec2c3cb71cd478e6d48b424ddbba67cab0a (patch) | |
| tree | 29e763f84d54d24152a212ec19cdfad2d56235b5 /app.html | |
| parent | 6593dc005ae8d8f94e7c6644e3af4026e57cd2bf (diff) | |
| download | styx-fb873ec2c3cb71cd478e6d48b424ddbba67cab0a.tar.xz styx-fb873ec2c3cb71cd478e6d48b424ddbba67cab0a.zip | |
App rewrite using typescript
Diffstat (limited to 'app.html')
| -rw-r--r-- | app.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app.html b/app.html new file mode 100644 index 0000000..e9e71bc --- /dev/null +++ b/app.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>Styx</title> +</head> +<body> + Styx File Manager +</body> +</html>
\ No newline at end of file |
