mirror of
https://codeberg.org/vlw/code-export-syntax.git
synced 2025-11-04 20:12:42 +01:00
28 lines
No EOL
1.2 KiB
HTML
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> |