diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-08-30 01:06:39 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-08-30 01:06:39 +0530 |
commit | 2fdcb7c79e8333c0fa9c14e34da5eaebe96e32b4 (patch) | |
tree | 919a0065276553b16c930885312008d2574fe114 /index.html |
first commit
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..23d6070 --- /dev/null +++ b/index.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8" /> + <link data-trunk rel="sass" href="/css/styles.scss" /> + <link data-trunk rel="copy-dir" href="public"> + <title>OpenBills Web Client</title> + </head> +</html> |