mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-08 20:28:42 +02:00
This was generated with
```
cp .gitignore .rgignore
rg -l -g '*.{html,xhtml}' 'href="chrome://global/skin/"' | xargs sed -i "" 's/href\="chrome:\/\/global\/skin\/"/href\="chrome:\/\/global\/skin\/global.css"/g'
```
Differential Revision: https://phabricator.services.mozilla.com/D67687
--HG--
extra : moz-landing-system : lando
17 lines
522 B
HTML
17 lines
522 B
HTML
<!-- 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 width="800" height="600">
|
|
<head>
|
|
<link rel="stylesheet" href="chrome://global/skin/global.css">
|
|
<link rel="stylesheet" href="ssb.css">
|
|
<title id="title"></title>
|
|
</head>
|
|
<body>
|
|
<div id="browser-container"></div>
|
|
<script type="text/javascript" src="ssb.js"></script>
|
|
</body>
|
|
</html>
|