tstor/templates/header.html

20 lines
689 B
HTML
Raw Normal View History

2021-01-02 19:09:05 +00:00
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
2023-10-08 16:46:03 +00:00
<title>tstor - {{.}}</title>
2021-01-02 19:09:05 +00:00
<!-- GOOGLE FONTS -->
2023-10-08 16:46:03 +00:00
<link
href="https://fonts.googleapis.com/css?family=Montserrat:400,500|Poppins:400,500,600,700|Roboto:400,500"
rel="stylesheet"
/>
<link
href="https://cdn.materialdesignicons.com/4.4.95/css/materialdesignicons.min.css"
rel="stylesheet"
/>
2021-01-02 19:09:05 +00:00
<!-- SLEEK CSS -->
<link id="sleek-css" rel="stylesheet" href="assets/css/sleek.min.css" />
<link href="assets/plugins/toastr/toastr.min.css" rel="stylesheet" />
<!-- FAVICON -->
2023-10-08 16:46:03 +00:00
<link href="assets/img/favicon.png" rel="shortcut icon" />