| Index: chrome/browser/resources/chromeos/login/md_login.html
|
| diff --git a/chrome/browser/resources/chromeos/login/md_login.html b/chrome/browser/resources/chromeos/login/md_login.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..a2d617972f5d43183eef499286c4910f39d81f26
|
| --- /dev/null
|
| +++ b/chrome/browser/resources/chromeos/login/md_login.html
|
| @@ -0,0 +1,19 @@
|
| +<!doctype html>
|
| +<html i18n-values="dir:textdirection;
|
| + build:buildType;
|
| + highlight:highlightStrength;
|
| + lang:language">
|
| +<head>
|
| +<meta charset="utf-8">
|
| +<meta name="google" value="notranslate">
|
| +<title i18n-content="title"></title>
|
| +<include src="md_login_shared.html">
|
| +<include src="login_non_lock_shared.html">
|
| +<include src="notification_card.html">
|
| +<script src="chrome://oobe/login.js"></script>
|
| +</head>
|
| +<body i18n-values=".style.fontFamily:fontfamily;" class="chromeos">
|
| + <include src="md_screen_container.html">
|
| + <script src="chrome://resources/js/i18n_template.js"></script>
|
| +</body>
|
| +</html>
|
|
|