blob: 52e2c10c49728040cf82961d351c6c74eb7c281f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!DOCTYPE html>
<html i18n-values="dir:textdirection;build:buildType">
<head>
<meta charset="utf-8">
<meta name="google" value="notranslate">
<title i18n-content="title"></title>
<include src="login_resources.html">
<script src="chrome://oobe/login.js"></script>
</head>
<body i18n-values=".style.fontFamily:fontfamily;">
<include src="screen_container.html">
<script src="chrome://resources/js/i18n_template2.js"></script>
</body>
</html>
|