19 lines
689 B
HTML
19 lines
689 B
HTML
<meta charset="utf-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>tstor - {{.}}</title>
|
|
|
|
<!-- GOOGLE FONTS -->
|
|
<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"
|
|
/>
|
|
<!-- 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 -->
|
|
<link href="assets/img/favicon.png" rel="shortcut icon" />
|