25 строки
1.2 KiB
HTML
25 строки
1.2 KiB
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
-->
|
|
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Security-Policy" content="default-src data: chrome: resource:" />
|
|
<title>Library</title>
|
|
<link rel="stylesheet" href="chrome://browser/content/aboutlibrary.css" type="text/css" media="all"/>
|
|
<link rel="icon" type="image/png" href="chrome://branding/content/icon32.png"/>
|
|
</head>
|
|
<body>
|
|
<script src="resource://activity-stream/vendor/react.js"> </script>
|
|
<script src="resource://activity-stream/vendor/react-dom.js"> </script>
|
|
<script src="resource://activity-stream/vendor/prop-types.js"> </script>
|
|
<script src="resource://activity-stream/vendor/react-intl.js"> </script>
|
|
<script src="resource://activity-stream/vendor/redux.js"> </script>
|
|
<script src="resource://activity-stream/vendor/react-redux.js"> </script>
|
|
<script src="chrome://browser/content/aboutlibrary.bundle.js"></script>
|
|
</body>
|
|
</html>
|