eagler-teavm-fork/teavm-classlib/src/main/resources/html/jcl-class.html
2014-03-06 10:47:20 +04:00

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>