<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>Experiments</title> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<link rel="stylesheet" href="options.css"> | |
<link rel="stylesheet" href="chrome_style/chrome_style.css"> | |
</head> | |
<body> | |
<main> | |
<h1 data-i18n="experiments_title"></h1> | |
<p data-i18n="experiments_description"></p> | |
<form> | |
<div class="actions"><button id="save" data-i18n="save"></button></div> | |
</form> | |
<div id="save-indicator"></div> | |
</main> | |
<script src="experiments_bit.js"></script> | |
<script src="../../optionsCommon.bundle.js"></script> | |
</body> | |
</html> |