forked from NPM/numass-framework
17 lines
875 B
HTML
17 lines
875 B
HTML
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||
|
<title>${page.title}</title>
|
||
|
<meta name="description" content="">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
|
||
|
<link rel="shortcut icon" href="${r '/images/df_icon.ico'}" type="image/x-icon">
|
||
|
<link rel="apple-touch-icon" href="${r '/images/apple-touch-icon.png'}">
|
||
|
<link rel="apple-touch-icon" sizes="76x76" href="${r '/images/apple-touch-icon-76x76.png'}">
|
||
|
<link rel="apple-touch-icon" sizes="120x120" href="${r '/images/apple-touch-icon-120x120.png'}">
|
||
|
<link rel="apple-touch-icon" sizes="152x152" href="${r '/images/apple-touch-icon-152x152.png'}">
|
||
|
|
||
|
<!-- Bootstrap -->
|
||
|
<link href="${r '/stylesheets/bootstrap.min.css'}" rel="stylesheet">
|
||
|
<link href="${r '/stylesheets/override.css'}" rel="stylesheet">
|
||
|
</head>
|