metamorpov/src/popup/popup.html

55 lines
1.5 KiB
HTML

<!DOCTYPE html>
<meta charset="UTF-8">
<html>
<head>
<link href='popup.css' rel='stylesheet' type='text/css'>
<script src="popup.js" type="text/javascript"></script>
</head>
<body>
<main>
<h1 id="hostname">TODO</h1>
<div id="display-enabled">
<img id="toggle" src="../img/toggle-on.svg" alt="Toggle"/>
<h2>MetamorPOV is <b>TODO</b> for this website</h2>
</div>
<div id="display-features">
<div id="yn-usage">
<img src="../img/check.svg" alt="Check"/>
<p>Y/n is used on this page</p>
</div>
<div id="prn-usage">
<img src="../img/check.svg" alt="Check"/>
<p>prn/ is used on this page</p>
</div>
<div id="pov-usage">
<img src="../img/check.svg" alt="Check"/>
<p>pov/ is used on this page</p>
</div>
</div>
</main>
<a href="../options/options.html">
<button id="configure">
<img src="../img/configure.svg" alt=""/>
Configure name, pronouns, and POV
</button>
</a>
<button id="refresh">
<img src="../img/refresh.svg" alt=""/>
Refresh replacements
</button>
<ul class="links">
<li><a href="https://git.viscogliosi-pate.com/jean/metamorpov/wiki" target="_blank">How to write for MetamorPOV</a></li>
<li><a href="mailto:metamorpov@viscogliosi-pate.com" target="_blank">Report an issue</a></li>
<li><a href="https://git.viscogliosi-pate.com/jean/metamorpov" target="_blank">Source code</a></li>
</ul>
</body>
</html>