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.
39 lines
539 B
39 lines
539 B
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
tr:nth-child(odd)
|
|
{
|
|
background-color: rgb(240, 240, 240);
|
|
}
|
|
tr
|
|
{
|
|
border: 1px;
|
|
}
|
|
html
|
|
{
|
|
text-align: center;
|
|
}
|
|
#listing
|
|
{
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
</style>
|
|
<script type="text/javascript" src="main.js"></script>
|
|
<script>
|
|
load();
|
|
</script>
|
|
<title id="pagetitle"></title>
|
|
</head>
|
|
<body>
|
|
<h1 id="title">loading...</h1>
|
|
<table id="listing">
|
|
<tr>
|
|
<td><b>title</b></td>
|
|
<td><b>author</b></td>
|
|
<td><b>last update</b></td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html> |