metamorpov/src/popup/popup.html

53 lines
1.5 KiB
HTML
Raw Normal View History

2015-02-21 22:00:28 -05:00
<!DOCTYPE html>
<meta charset="UTF-8">
2015-02-21 22:00:28 -05:00
<html>
2024-12-20 02:25:13 -05:00
<head>
<link href='popup.css' rel='stylesheet' type='text/css'>
<script src="popup.js" type="text/javascript"></script>
</head>
2024-12-19 04:26:24 -05:00
2024-12-20 02:25:13 -05:00
<body>
<main>
<h1 id="hostname">TODO</h1>
2024-12-19 04:26:24 -05:00
2024-12-20 02:25:13 -05:00
<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>
2024-12-19 04:26:24 -05:00
2024-12-20 02:25:13 -05:00
<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>
2024-12-19 04:26:24 -05:00
2024-12-20 02:25:13 -05:00
<div id="prn-usage">
<img src="../img/check.svg" alt="Check"/>
<p>prn/ is used on this page</p>
</div>
2024-12-19 04:26:24 -05:00
2024-12-20 02:25:13 -05:00
<div id="pov-usage">
<img src="../img/check.svg" alt="Check"/>
<p>pov/ is used on this page</p>
</div>
</div>
</main>
<button id="configure">
<img src="../img/configure.svg" alt=""/>
Configure name, pronouns, and POV
</button>
<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="https://git.viscogliosi-pate.com/jean/metamorpov/issues" 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>
2024-12-19 04:26:24 -05:00
</html>