You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
amazon_kindle_download/popup.html

29 lines
451 B

<!DOCTYPE html>
<html>
<head>
<script src="popup.js"></script>
<script src='nprogress.js'></script>
<link rel='stylesheet' href='nprogress.css' />
<style>
body {
width: 300px;
padding: 10px;
}
#status {
margin-top: 10px;
}
font {
size: 16px;
}
</style>
</head>
<body>
<p id="title"></p>
<p id="status"></p>
</body>
</html>