<html> | |
<head> | |
<title>Options</title> | |
<meta charset="UTF-8"> | |
<script src="options.js"></script> | |
<link rel="stylesheet" type="text/css" href="options.css"> | |
<link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'> | |
</head> | |
<body> | |
<h1 id="extension_name"></h1> | |
<p id="no_options"></p> | |
<button id="close"></button> | |
</body> | |
</html> |