18 строки
422 B
HTML
18 строки
422 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
<title>Graphics Critical Errors</title>
|
|
<link rel="stylesheet" href="style.css" />
|
|
</head>
|
|
<body>
|
|
<script src="graphics_critical_errors.js" type="text/javascript"></script>
|
|
<table id="table">
|
|
<tr>
|
|
<th>Error</th>
|
|
<th>Frequency</th>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|