mirror of
https://github.com/A-Star100/simpliplay-desktop.git
synced 2025-09-18 06:39:44 +00:00
18 lines
401 B
HTML
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>
|