mirror of
https://github.com/pvrzz/Portage.git
synced 2026-08-12 03:46:30 +00:00
51 lines
2.6 KiB
HTML
51 lines
2.6 KiB
HTML
<!DOCTYPE html>
|
|
<!--
|
|
Portage by pvrz
|
|
https://github.com/pvrzz/Portage/
|
|
File Name: popup.html
|
|
-->
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<link rel="stylesheet" href="styles.css">
|
|
<script src="theme.js"></script>
|
|
<title>Portage</title>
|
|
</head>
|
|
<body class="popup">
|
|
<div class="popup-card">
|
|
<div class="popup-head">
|
|
<div class="brandmark">
|
|
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
<path d="M8 18V6"/><path d="m4 10 4-4 4 4"/><path d="M16 6v12"/><path d="m12 14 4 4 4-4"/>
|
|
</svg>
|
|
</div>
|
|
<div class="brand-text">
|
|
<strong>Portage</strong>
|
|
<span id="sub">Export & Import</span>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="popup-stats">
|
|
<div class="popup-stat"><span class="n" id="s-book">·</span><span class="l">Bookmarks</span></div>
|
|
<div class="popup-stat"><span class="n" id="s-hist">·</span><span class="l">History</span></div>
|
|
<div class="popup-stat"><span class="n" id="s-tabs">·</span><span class="l">Tabs</span></div>
|
|
</div>
|
|
|
|
<button class="btn btn-primary btn-block" id="open">
|
|
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M15 3h6v6"/><path d="M10 14 21 3"/><path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"/></svg>
|
|
Open Portage
|
|
</button>
|
|
|
|
<div class="popup-foot">
|
|
<a href="https://github.com/pvrzz/Portage/" target="_blank" rel="noopener noreferrer">
|
|
<svg viewBox="0 0 24 24" fill="currentColor"><path d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23A11.52 11.52 0 0 1 12 5.803c1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222 0 1.606-.014 2.898-.014 3.293 0 .322.216.694.825.576C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"/></svg>
|
|
GitHub
|
|
</a>
|
|
<span class="sep">·</span>
|
|
<span>by <a href="https://pvrz.lol/" target="_blank" rel="noopener noreferrer">pvrz</a> <span class="heart">♥</span></span>
|
|
</div>
|
|
</div>
|
|
<script src="popup.js"></script>
|
|
</body>
|
|
</html>
|