diff options
author | Jannis M. Hoffmann <jannis.hoffmann@rwth-aachen.de> | 2022-05-06 02:18:00 +0200 |
---|---|---|
committer | Jannis M. Hoffmann <jannis.hoffmann@rwth-aachen.de> | 2022-05-06 02:18:00 +0200 |
commit | 92657fe1d84d96aca31e10196a089eacdce721af (patch) | |
tree | 69a9a671d565b9ffa47952568354fb0786dc8fed /templates/layouts/mainlayout.html.ep | |
parent | febfd792ce3a63314c980cc29440cf2f127953b4 (diff) |
removed old css file
Diffstat (limited to 'templates/layouts/mainlayout.html.ep')
-rw-r--r-- | templates/layouts/mainlayout.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layouts/mainlayout.html.ep b/templates/layouts/mainlayout.html.ep index 166f9ee..b0387af 100644 --- a/templates/layouts/mainlayout.html.ep +++ b/templates/layouts/mainlayout.html.ep @@ -9,7 +9,7 @@ <link rel="stylesheet" href="https://unpkg.com/purecss@2.1.0/build/pure-min.css" integrity="sha384-yHIFVG6ClnONEA5yB5DJXfW2/KC173DIQrYoZMEtBvGzmf0PKiGyNEqe9N6BNDBH" crossorigin="anonymous"> <link rel="stylesheet" href="https://unpkg.com/purecss@2.1.0/build/grids-responsive-min.css" /> - %= stylesheet '/style2.css' + %= stylesheet '/style.css' <title> %= title || 'JWebmail' |