blob: fff6a0c814fc16b9e06bec69f1886a7e14fe6deb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<head>
<title>{{ title }}</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-03-25">
<link rel="stylesheet" type="text/css" href="{{ pathToRoot }}stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="{{ pathToRoot }}dokka-javadoc-stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="{{ pathToRoot }}jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="{{ pathToRoot }}jquery/jquery-3.3.1.js"></script>
<script type="text/javascript" src="{{ pathToRoot }}jquery/jquery-migrate-3.0.1.js"></script>
<script type="text/javascript" src="{{ pathToRoot }}jquery/jquery-ui.js"></script>
<script type="text/javascript" src="{{ pathToRoot }}search.js"></script>
<script async type="text/javascript" src="{{ pathToRoot }}module-search-index.js"></script>
<script async type="text/javascript" src="{{ pathToRoot }}package-search-index.js"></script>
<script async type="text/javascript" src="{{ pathToRoot }}type-search-index.js"></script>
<script async type="text/javascript" src="{{ pathToRoot }}member-search-index.js"></script>
<script async type="text/javascript" src="{{ pathToRoot }}tag-search-index.js"></script>
</head>
|