16 lines
605 B
HTML
16 lines
605 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="stylesheet" href="/bookmark/style.css">
|
|
<link rel="shortcut icon" href="/favicon.ico" />
|
|
<script src="/bookmark/script.js" defer></script>
|
|
</head>
|
|
<body>
|
|
Press <b>CTRL + D / CMD + D</b> or click the <b>Star Icon</b> to add this to your bookmarks.
|
|
<br><br>
|
|
<a href="/">Back</a> <a id="open-popup" href="javascript:void(0);">Open Popup Now</a>
|
|
</body>
|
|
</html> |