eagler-teavm-fork/tools/classlib-comparison-gen/src/main/resources/html/jcl-class.html

22 lines
504 B
HTML
Raw Normal View History

<!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>