Skip to content
Snippets Groups Projects
Select Git revision
  • f59abddbc12df808d471bb5381e7434c798c9a45
  • main default protected
2 results

index.html

Blame
  • Tue Herlau's avatar
    tuhe authored
    f59abddb
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    index.html 635 B
    <html><body>
    <h1>Stuff here</h1>
    
    <table border="1">
        <tr><td>What?</td><td>Current run</td><td>Expected</td></tr>
        <tr><td>Index before svg update (index_a.png)</td><td><img src="test_images/index_a.png"></td><td><img src="expected/index_a.png"></td></tr>
        <tr><td>Index after svg update (index_b.png)</td><td><img src="test_images/index_b.png"></td><td><img src="expected/index_b.png"></td></tr>
        <tr><td>Front page</td><td><img src="test_images/index_front.png"></td><td><img src="expected/index_front.png"></td></tr>
    </table>
    Download index file: <a href="test_images/index.pdf">test_images/index.pdf</a>
    </body></html>