Files
0ad/source/tools/webservices/userreport/templates/index.html
T
Ykkrosh f0ea32cb8d Import user-report server side code
This was SVN commit r8986.
2011-02-25 19:46:01 +00:00

16 lines
436 B
HTML

<!DOCTYPE html>
<meta charset="utf-8">
<title>0 A.D. report service</title>
<style>
body {
font-size: 12px;
font-family: sans-serif;
}
</style>
<p>This site collects opt-in automatic feedback from players of <a href="http://wildfiregames.com/0ad/">0 A.D.</a>
<p>Published data:
<a href="{% url userreport.views.report_opengl_index %}">OpenGL capabilities</a>.
<a href="{% url userreport.views.report_cpu %}">CPU features</a>.