diff options
Diffstat (limited to 'editor/index.html')
-rwxr-xr-x | editor/index.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/editor/index.html b/editor/index.html index ed1f9fe..da0d39d 100755 --- a/editor/index.html +++ b/editor/index.html @@ -14,6 +14,8 @@ <link rel="stylesheet" type="text/css" href="/theme/font-awesome/css/brands.css"> <link rel="stylesheet" type="text/css" href="/theme/font-awesome/css/solid.css"> <link rel="stylesheet" type="text/css" href="./editor.css"> + <link rel="stylesheet" type="text/css" href="./modal.css"> + <link rel="stylesheet" type="text/css" href="./forms.css"> <link href="//localhost:8000/custom.css" rel="stylesheet"> <title>Chimrod – Editor</title> @@ -29,12 +31,14 @@ <body class="light-theme"> <aside> <div> + <!-- <a href="/"> <img src="/profile.png" alt="Chimrod" title="Chimrod"> </a> + --> <h1> - <a href="//localhost:8000">Chimrod</a> + <a href="//localhost:8000">Notes</a> </h1> <nav> <ul class="list"> |