mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-25 06:41:21 +00:00
19 lines
296 B
HTML
19 lines
296 B
HTML
|
|
{{#content "title"}}
|
|
Task: {{task.url}} ({{task.standard}})
|
|
{{/content}}
|
|
|
|
<a href="/">« all tasks</a>
|
|
|
|
<h1>Task: {{task.url}} ({{task.standard}})</h1>
|
|
|
|
{{#added}}
|
|
<div style="color: #090;">
|
|
<p>Task added!</p>
|
|
</div>
|
|
{{/added}}
|
|
|
|
<p>Here are the results:</p>
|
|
|
|
{{> results}}
|