blob: 08a87bb7082b8cb198b8f6ea478fe04c47e979ec [file] [log] [blame]
<!doctype html>
<html>
<head>
<title>$i18n{errorTitle}</title>
<meta charset="utf-8">
<link rel="import" href="chrome://resources/html/polymer.html">
<link rel="import" href="chrome://resources/cr_elements/cr_button/cr_button.html">
<link rel="import" href="chrome://resources/cr_elements/shared_style_css.html">
<link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
<link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css">
<link rel="stylesheet" href="account_manager_shared.css">
<custom-style>
<style is="custom-style" include="cr-shared-style">
</style>
</custom-style>
<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="account_manager_error.js"></script>
</head>
<body>
<div id="content">
<if expr="_google_chrome">
<img id="google-logo" src="googleg.svg" alt="">
</if>
<h1>$i18n{errorTitle}</h1>
<p>$i18n{errorMessage}</p>
<div class="button-container">
<cr-button id="ok-button" class="action-button">
$i18n{okButton}
</cr-button>
</div>
</div>
</body>
</html>