diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2022-11-10 00:36:31 +0200 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2022-11-10 00:36:31 +0200 |
commit | 446b7aa2a07f1824cd453b47d57b1b2435263bba (patch) | |
tree | f414d6fdafc422b58c23969fafe0c067f5981630 /src/index.html | |
parent | 012bc91a7050077cefb34e02356a1ff5891aef0a (diff) | |
download | arching-kaos-web-ui-446b7aa2a07f1824cd453b47d57b1b2435263bba.tar.gz arching-kaos-web-ui-446b7aa2a07f1824cd453b47d57b1b2435263bba.tar.bz2 arching-kaos-web-ui-446b7aa2a07f1824cd453b47d57b1b2435263bba.zip |
Renamed files for convenience
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/index.html b/src/index.html index 2fda790..085e082 100644 --- a/src/index.html +++ b/src/index.html @@ -3,8 +3,8 @@ <head> <meta charset="utf-8"> <title>Arching Kaos</title> - <link rel="stylesheet" type="text/css" href="./css/style2.css"> - <link rel="stylesheet" type="text/css" href="./css/style.css"> + <link rel="stylesheet" type="text/css" href="./css/style-layer-1.css"> + <link rel="stylesheet" type="text/css" href="./css/style-layer-2.css"> <link rel="stylesheet" type="text/css" href="./css/akn.css"> <style type="text/css"> </style> |