mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-24 09:04:10 -08:00
22 lines
504 B
HTML
22 lines
504 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>JCL emulation information - ${CLASSNAME}</title>
|
|
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
|
|
<link rel="stylesheet" href="../jcl.css" type="text/css"/>
|
|
</head>
|
|
<body>
|
|
<table>
|
|
<thead>
|
|
<tr>
|
|
<th>Item</th>
|
|
<th>% of partially implemented</th>
|
|
<th>% of fully implemented</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
${CONTENT}
|
|
</tbody>
|
|
</table>
|
|
</body>
|
|
</html> |