| Index: components/safe_browsing/resources/safe_browsing.html
|
| diff --git a/components/safe_browsing/resources/safe_browsing.html b/components/safe_browsing/resources/safe_browsing.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..de532539cea73fdaef3ca7d5836fb13265876fc3
|
| --- /dev/null
|
| +++ b/components/safe_browsing/resources/safe_browsing.html
|
| @@ -0,0 +1,19 @@
|
| +<!DOCTYPE HTML>
|
| +<html i18n-values="dir:textdirection">
|
| +<head>
|
| + <meta charset="utf-8">
|
| + <title i18n-content="safeBrowsing"></title>
|
| + <link rel="stylesheet" href="safe_browsing.css">
|
| + <script src="chrome://resources/js/cr.js"></script>
|
| + <script src="chrome://resources/js/load_time_data.js"></script>
|
| + <script src="chrome://resources/js/util.js"></script>
|
| + <script src="strings.js"></script>
|
| + <script src="safe_browsing.js"></script>
|
| +</head>
|
| +<body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
|
| + <h1 i18n-content="safeBrowsing">Safe Browsing</h1>
|
| + <p id="sb-under-construction-message">The Safe Browsing page is under
|
| + construction!</p>
|
| + <script src="chrome://resources/js/i18n_template.js"></script>
|
| +</body>
|
| +</html>
|
|
|