25 lines
655 B
HTML
25 lines
655 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Glagolify</title>
|
|
<link rel="stylesheet" href="popup.css">
|
|
</head>
|
|
<body>
|
|
<main>
|
|
<header>
|
|
<img src="icons/icon-48.svg" width="40" height="40" alt="">
|
|
<div>
|
|
<h1>Glagolify</h1>
|
|
<p>Modern Russian in Glagolitic</p>
|
|
</div>
|
|
</header>
|
|
|
|
<p id="status" class="status" aria-live="polite">Checking this page…</p>
|
|
<button id="toggle" type="button" aria-pressed="false" disabled>Enable Glagolitic</button>
|
|
</main>
|
|
<script src="popup.js"></script>
|
|
</body>
|
|
</html>
|