mirror of https://github.com/kurisufriend/mlFE
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.
35 lines
541 B
35 lines
541 B
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
tr:nth-child(odd)
|
|
{
|
|
background-color: rgb(240, 240, 240);
|
|
}
|
|
html
|
|
{
|
|
text-align: center;
|
|
}
|
|
#listing
|
|
{
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
</style>
|
|
<script type="text/javascript" src="js/main.js"></script>
|
|
<script>
|
|
load();
|
|
</script>
|
|
<title id="pagetitle"></title>
|
|
</head>
|
|
<body>
|
|
<h1 id="title">loading...</h1>
|
|
<table id="listing">
|
|
<tr>
|
|
<td><b id="c1">title</b></td>
|
|
<td><b id="c2">author</b></td>
|
|
<td><b id="c3">last update</b></td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html> |