mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-09 22:45:11 +00:00
17 lines
No EOL
297 B
HTML
17 lines
No EOL
297 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>{{title}}</title>
|
|
<style type="text/css">
|
|
{% include "styles.css" %}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
{% block content %}
|
|
{% endblock %}
|
|
<p class="footer">
|
|
Generated by junit2html
|
|
</p>
|
|
</body>
|
|
</html> |