parent
dcfebc9a07
commit
e61380fe6f
4 changed files with 38 additions and 7 deletions
@ -0,0 +1,30 @@ |
||||
<html> |
||||
<head> |
||||
|
||||
<style> |
||||
table { |
||||
table-layout: fixed; |
||||
} |
||||
th, td { |
||||
padding: 3px; |
||||
text-align: center; |
||||
} |
||||
th { |
||||
background-color: #ccc; |
||||
color: black; |
||||
} |
||||
.warning{ |
||||
color: red; |
||||
} |
||||
.col1 { |
||||
background-color: #eee; |
||||
} |
||||
|
||||
|
||||
.highlight { |
||||
background-color: #0a0; |
||||
} |
||||
</style> |
||||
</head> |
||||
<body> |
||||
<h1>Freetype Benchmark Results</h1> |
Loading…
Reference in new issue