Select Git revision
html.tpl.php 1.32 KiB
<!doctype html>
<html>
<head>
<meta name="robots" content="noindex,nofollow" />
<meta charset="utf-8">
<!-- Mobile viewport optimized -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0" />
<!-- Mobile Internet Explorer allows us to activate ClearType technology for smoothing fonts for easy reading -->
<!--
not html5 valid:
<meta http-equiv="cleartype" content="on">
<link href="/deployment/bootstrap3/css/bootstrap-theme.min.css" rel="stylesheet" type="text/css"/>
-->
<link href="/vendor/bootstrap3/css/bootstrap.min.css" rel="stylesheet" type="text/css"/>
<script src="/vendor/jquery/jquery-3.2.0.min.js"></script>
<title>IML Deployment</title>
<link rel="stylesheet" type="text/css" href="/deployment/main.css" media="screen">
{{HEADER}}
</head>
<body>
<div id="divcontent">
{{CONTENT}}
</div>
{{FOOTER}}{{JSONREADY}}
<script src="/vendor/bootstrap3/js/bootstrap.min.js"></script>
<script src="/deployment/js/functions.js"></script>
<div id="divmodal">
<div id="divmodalmessage">please wait ...</div>
</div>
</body>
</html>