blob: fb87afd543c088ce8c0c5518f018627979c05288 [file] [log] [blame]
<!doctype html>
<!--
about:webapks template page
-->
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>About WebAPKs</title>
<link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
<link rel="stylesheet" href="about_webapks.css">
<script src="chrome://resources/js/cr.js"></script>
<script src="chrome://resources/js/load_time_data.js"></script>
<script src="chrome://resources/js/parse_html_subset.js"></script>
<script src="chrome://resources/js/util.js"></script>
<script src="chrome://webapks/webapks.js"></script>
<script src="chrome://webapks/strings.js"></script>
</head>
<body>
<div id="outer">
<div>
<span class="label">WebAPKs:</span>
</div>
<div class="content" id="webapk-list"></div>
</div>
</body>
</html>