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.
 
 
 
mlFE/index.html

25 lines
389 B

<!DOCTYPE html>
<html>
<head>
<style>
tr:nth-child(odd)
{
background-color: rgb(240, 240, 240);
}
</style>
<script type="text/javascript" src="main.js"></script>
<script>
load();
</script>
</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>