mirror of
https://github.com/linkwarden/browser-extension.git
synced 2026-06-23 04:10:26 +00:00
14 lines
366 B
HTML
14 lines
366 B
HTML
<!doctype html>
|
|
<html lang='en'>
|
|
<head>
|
|
<meta charset='UTF-8' />
|
|
<link rel='icon' type='image/svg+xml' href='/favicon-32x32.png' />
|
|
<meta name='viewport' content='width=device-width, initial-scale=1.0' />
|
|
<title>Linkwarden Extension</title>
|
|
</head>
|
|
<body>
|
|
<div id='root'></div>
|
|
<script type='module' src='/src/pages/Popup/main.tsx'></script>
|
|
</body>
|
|
</html>
|