gombot-chrome/infobars/update_password_infobar.html

17 строки
604 B
HTML

<html>
<head>
<link href="gombot_infobar.css" rel="stylesheet">
</head>
<body>
<img class="gombot-head" src="/images/gombot_logo-19x19.png"/>
Would you like to update your saved password on this site? <button id="update-button" class="btn">Update password</button>
<a id="infobar-close-button" href="#">
<img src="/images/close-x.png"/>
</a>
<!-- gives you window.CompleteInfobar() which you call with
a javascript object to end your infobar -->
<script src="/infobar/api.js"></script>
<script src="update_password_infobar.js"></script>
</body>
</html>