aboutsummaryrefslogtreecommitdiff
path: root/plugins/javadoc/src/main/resources/views/components/head.korte
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/javadoc/src/main/resources/views/components/head.korte')
-rw-r--r--plugins/javadoc/src/main/resources/views/components/head.korte17
1 files changed, 17 insertions, 0 deletions
diff --git a/plugins/javadoc/src/main/resources/views/components/head.korte b/plugins/javadoc/src/main/resources/views/components/head.korte
new file mode 100644
index 00000000..a3c74f12
--- /dev/null
+++ b/plugins/javadoc/src/main/resources/views/components/head.korte
@@ -0,0 +1,17 @@
+<head>
+ <title>{{ title }} ({{ docName }} {{ version }})</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 }}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> \ No newline at end of file