27 lines
810 B
HTML
27 lines
810 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<title>hymenobacter.info</title>
|
|
<meta name="description" content="">
|
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=10.0, minimum-scale=1.0, user-scalable=yes">
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
<meta name="apple-touch-fullscreen" content="yes">
|
|
|
|
{{content-for 'head'}}
|
|
|
|
<link rel="stylesheet" href="assets/vendor.css">
|
|
<link rel="stylesheet" href="assets/hymenobacterdotinfo.css">
|
|
|
|
{{content-for 'head-footer'}}
|
|
</head>
|
|
<body>
|
|
{{content-for 'body'}}
|
|
|
|
<script src="assets/vendor.js"></script>
|
|
<script src="assets/hymenobacterdotinfo.js"></script>
|
|
|
|
{{content-for 'body-footer'}}
|
|
</body>
|
|
</html>
|