28 lines
1.3 KiB
Plaintext
Raw Normal View History

2017-09-14 20:06:51 +02:00
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="supervizor za vse">
<meta name="author" content="uplink">
<title><%= title %></title>
<!-- Bootstrap 4 core CSS -->
<script src="/javascripts/jquery-2.1.4.min.js"></script>
<link rel="stylesheet" href="/stylesheets/bootstrap.min.css">
<!-- OpenLayers maps -->
<link rel="stylesheet" href="/stylesheets/ol.css">
<script src="/javascripts/ol.js" ></script>
<!-- Custom styles for this template -->
<link href="/stylesheets/uplink.css" rel="stylesheet">
<link rel="stylesheet" href="/stylesheets/font-awesome.min.css">
<!-- Datatables -->
<link rel="stylesheet" href="/stylesheets/dataTables.bootstrap4.min.css">
<script src="/javascripts/jquery.dataTables.min.js"></script>
<script src="/javascripts/dataTables.bootstrap4.min.js"></script>
<script src="/javascripts/highlight.min.js"></script>
<link rel="stylesheet" title="Solarized Dark" href="/stylesheets/solarized-dark.css">
<link href="/stylesheets/fonts.css" rel="stylesheet" type="text/css">
</head>