1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2025-06-05 17:04:15 +00:00
gnosygnu_xowa/demo/wikimedia.html
2017-03-12 04:00:52 -04:00

40 lines
799 B
HTML

<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<style type="text/css">
.results_div {
align:center;
width:800px; margin:0 auto;
border-bottom: 1px solid #ddd;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
}
.result_header {
font-weight:bold;
background-color: #eee;
}
.result_div {
display:flex;
border-top: 1px solid #ddd;
}
.result_title {
width:100%;
padding:2px;
}
.result_score {
width:80px;
padding:2px;
text-align:right;
border-left: 1px solid #ddd;
}
</style>
<script src="wikimedia.js" type='text/javascript'></script>
</head>
<body>
</body>
<script>
wm.category.run();
</script>
</html>