<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Options</title> | |
<style> | |
body { | |
margin: 0; | |
padding: 0; | |
width: 470px; | |
font-size: 90%; | |
background-color: #BBDEFB; | |
} | |
</style> | |
<link href='http://fonts.googleapis.com/css?family=Roboto:400,700,700italic,400italic' rel='stylesheet' type='text/css'> | |
</head> | |
<body> | |
<options-page></options-page> | |
<script src="options.bundle.js"></script> | |
</body> | |
</html> |