Files
binoc-central-mirror/mail/components/cloudfile/content/emptySettings.xhtml
T
2020-05-10 13:52:36 -04:00

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>