code-export-syntax/chromium/popup.html
2025-10-18 19:24:46 +00:00

28 lines
No EOL
1.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.classless.min.css">
<link rel="stylesheet" href="assets/css/popup.css">
</head>
<body>
<header>
<div>
<h1>Syntax highlight export</h1>
<a href="https://codeberg.org/vlw/X" target="_blank">View source on Codeberg ➜</a>
</div>
</header>
<main class="status update">
<article class="update" class="active"><p>Looking for a code-server page...</p></article>
<article class="success"><p><strong>code-server page found!</strong></p><p>Keep in mind that lines outside your viewport will be truncated.</p></article>
<article class="no-target error"><p><strong>No active code-server window found.</strong></p><p>Open this popup on a code-server page or from a code-server PWA window.</p><a href="#">Try again</a></article>
<button class="update no-target btn mx-auto" type="submit" disabled><i>Nothing to export</i></button>
<button class="success btn mx-auto" type="submit">Export '<span></span>'</button>
</main>
<script src="assets/js/popup.js"></script>
</body>
</html>