mirror of
https://github.com/ManchildProductions/binoc-central-mirror.git
synced 2026-06-17 13:38:40 +00:00
22 lines
812 B
HTML
22 lines
812 B
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 [
|
|
<!ENTITY % htmlDTD PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd"> %htmlDTD;
|
|
<!ENTITY % aadDTD SYSTEM "chrome://messenger/locale/cloudfile/addAccountDialog.dtd"> %aadDTD;
|
|
]>
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<link rel="stylesheet"
|
|
type="text/css"
|
|
href="chrome://messenger/skin/cloudfile/addAccountDialog.css" />
|
|
</head>
|
|
<body id="provider-settings">
|
|
<div id="learn-more">
|
|
<a href="">&addAccountDialog.learnMore;</a>
|
|
</div>
|
|
</body>
|
|
</html>
|