mirror of https://github.com/kiwix/libkiwix.git
21 lines
667 B
Cheetah
21 lines
667 B
Cheetah
<!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>
|