graphics_critical_errors.html (17 lines of code) (raw):

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