mine/template.html

40 lines
584 B
HTML
Raw Normal View History

2018-11-30 14:01:00 -05:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>$$MODPACK$$ Modlist</title>
<style>
table {
border-collapse: collapse;
border: 1px solid #ddd;
}
th, td {
border: 1px solid #ddd;
padding-right: 0.5em;
padding-left: 0.5em;
}
td:nth-child(3), td:nth-child(4) {
text-align: center;
}
</style>
</head>
<body>
<h3>Changelog:</h3>
$$CHANGELOG$$
<br>
<table>
<thead>
<tr>
<th>Mod</th>
<th>File</th>
<th>Release</th>
<th>Release Date</th>
</tr>
</thead>
<tbody>
$$MODTABLE$$
</tbody>
</table>
</body>
</html>