simpliplay-desktop/simpliplay-nwjs/credits.html
2025-02-20 21:07:27 +05:30

18 lines
401 B
HTML

<html>
<head>
<title>Credits</title>
</head>
<body>
This is sample credits page.
To get correct credits page, set `generate_about_credits=true` in args.gn.
<!-- credits.js tries to access $('print-link').hidden and .onclick -->
<a id="print-link" href="#" hidden>Print</a>
<!-- browser_tests checks "webkit" in this page -->
Layout tests are based on layout tests from webkit.org.
</body>
</html>