<!DOCTYPE HTML> <html> <head> <meta charset="utf-8"> <title>Credits</title> <style> body { font-family:Helvetica,Arial,sans-serif; background-color:white; font-size:84%; max-width:1020px; } .page-title { font-size:164%; font-weight:bold; } .product { background-color:#c3d9ff; overflow:auto; padding:2px; margin-top:16px; border-radius:5px; } .product .title { font-size:110%; font-weight:bold; float:left; margin:3px; } .product .homepage { text-align:right; float:right; margin:3px; } .product .homepage::after { content:" - "; } .product .show { text-align:right; float:right; margin:3px; } .licence { clear:both; background-color:#e8eef7; padding:16px; border-radius:3px; display:none; } .licence h3 { margin-top:0px; } .licence pre { white-space: pre-wrap; } </style> </head> <body> <span class="page-title" style="float:left;">Credits</span> <a id="print-link" href="#" style="float:right;">Print</a> <div style="clear:both; overflow:auto;"><!-- Chromium <3s the following projects --> {{entries}} </div> <script src="chrome://credits/credits.js"></script> </body> </html>