3
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kiwix-tools/static/server/home.html.tmpl

21 lines
667 B

<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="UTF-8" />
<title>Welcome to Kiwix Server</title>
<link type="text/css" href="/skin/jqueryui/css/smoothness/jquery-ui.custom.css" rel="Stylesheet" />
<script type="text/javascript" src="/skin/jqueryui/js/jquery.min.js"></script>
<script type="text/javascript" src="/skin/jqueryui/js/jquery-ui.custom.min.js"></script>
<script>
$(function() {
$( "#accordion" ).accordion();
});
</script>
</head>
<body>
<div id="accordion">
__BOOKS__
</div>
</body>
</html>