blob: 6036c40fd1bef2ff4bf8f0a6c652c50f1236e813 [file] [log] [blame]
<!doctype html>
<html i18n-values="dir:textdirection;.style.fontFamily:fontfamily;">
<head>
<meta charset=utf-8>
<title></title>
<link rel="stylesheet" href="chrome://resources/css/widgets.css">
<link rel="stylesheet" href="chrome://resources/css/apps/common.css">
<link rel="stylesheet" href="chrome://resources/css/apps/topbutton_bar.css">
<link rel="stylesheet" href="../step.css">
<link rel="stylesheet" href="style.css">
<script src="chrome://resources/js/load_time_data.js"></script>
<script src="chrome://resources/js/util.js"></script>
<script src="chrome://resources/js/i18n_template_no_process.js"></script>
<script src="main.js"></script>
</head>
<body>
<div id="greeting" class="step dialog">
<div class="window-header">
<div class="topbutton-bar">
<div class="topbutton-wrapper">
<button class="custom-appearance close-button"></button>
</div>
</div>
</div>
<h1 i18n-content="greetingHeader"></h1>
<p>
<span i18n-content="greetingText1"></span><br>
<span i18n-content="greetingText2"></span>
</p>
<div class="controls">
<div class="margin-top"></div>
<button i18n-content="greetingButton"
class="next-button custom-appearance blue-button"></button>
<div class="margin-bottom"></div>
</div>
<include src="greeting_image_[GREETING_IMAGE].html">
</div>
</body>
</html>