diff options
author | ArthurHoaro <arthur@hoa.ro> | 2016-05-08 18:55:55 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2016-08-07 12:17:36 +0200 |
commit | 735bda920c2a696bbe2e6e8bc0f608c97ac9cdf4 (patch) | |
tree | 48634424bb9be5b2332c27f567d62ef07eff9a99 /tpl/default/includes.html | |
parent | c2c0df8dd5a2d659db19ff898696524f4923207a (diff) | |
download | Shaarli-735bda920c2a696bbe2e6e8bc0f608c97ac9cdf4.tar.gz Shaarli-735bda920c2a696bbe2e6e8bc0f608c97ac9cdf4.tar.zst Shaarli-735bda920c2a696bbe2e6e8bc0f608c97ac9cdf4.zip |
Work in progress: linklist, header and footer
Diffstat (limited to 'tpl/default/includes.html')
-rw-r--r-- | tpl/default/includes.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tpl/default/includes.html b/tpl/default/includes.html index 03cc3d2a..24c4bef0 100644 --- a/tpl/default/includes.html +++ b/tpl/default/includes.html | |||
@@ -7,6 +7,7 @@ | |||
7 | <link href="images/favicon.ico#" rel="shortcut icon" type="image/x-icon" /> | 7 | <link href="images/favicon.ico#" rel="shortcut icon" type="image/x-icon" /> |
8 | <link type="text/css" rel="stylesheet" href="css/pure.min.css" /> | 8 | <link type="text/css" rel="stylesheet" href="css/pure.min.css" /> |
9 | <link type="text/css" rel="stylesheet" href="css/grids-responsive.min.css"> | 9 | <link type="text/css" rel="stylesheet" href="css/grids-responsive.min.css"> |
10 | <link type="text/css" rel="stylesheet" href="css/pure-extras.css"> | ||
10 | <link type="text/css" rel="stylesheet" href="css/font-awesome.min.css" /> | 11 | <link type="text/css" rel="stylesheet" href="css/font-awesome.min.css" /> |
11 | <link type="text/css" rel="stylesheet" href="css/shaarli.css" /> | 12 | <link type="text/css" rel="stylesheet" href="css/shaarli.css" /> |
12 | <link type="text/css" rel="stylesheet" href="inc/awesomplete.css#" /> | 13 | <link type="text/css" rel="stylesheet" href="inc/awesomplete.css#" /> |