aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPriyansh <[email protected]>2020-12-22 18:44:54 +0530
committerPriyansh <[email protected]>2020-12-22 18:44:54 +0530
commit7d97faf050dd25c2878e2d830c89d164e9d78ad5 (patch)
tree7d5401ce44ea075ace77113d6cadddcbad8eb342
parentfb873ec2c3cb71cd478e6d48b424ddbba67cab0a (diff)
downloadstyx-7d97faf050dd25c2878e2d830c89d164e9d78ad5.tar.xz
styx-7d97faf050dd25c2878e2d830c89d164e9d78ad5.zip
Added css and updated links
-rw-r--r--app.html2
-rw-r--r--css/main.css1
-rw-r--r--css/main.css.map9
-rw-r--r--css/main.scss0
4 files changed, 12 insertions, 0 deletions
diff --git a/app.html b/app.html
index e9e71bc..14b8dcb 100644
--- a/app.html
+++ b/app.html
@@ -4,8 +4,10 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Styx</title>
+ <link rel="stylesheet" href="css/main.css">
</head>
<body>
Styx File Manager
+ <script src="./ts_compiled/renderer.js"></script>
</body>
</html> \ No newline at end of file
diff --git a/css/main.css b/css/main.css
new file mode 100644
index 0000000..7ce0b17
--- /dev/null
+++ b/css/main.css
@@ -0,0 +1 @@
+/* No CSS *//*# sourceMappingURL=main.css.map */ \ No newline at end of file
diff --git a/css/main.css.map b/css/main.css.map
new file mode 100644
index 0000000..4e05efb
--- /dev/null
+++ b/css/main.css.map
@@ -0,0 +1,9 @@
+{
+ "version": 3,
+ "mappings": "",
+ "sources": [
+ "main.scss"
+ ],
+ "names": [],
+ "file": "main.css"
+} \ No newline at end of file
diff --git a/css/main.scss b/css/main.scss
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/css/main.scss