mirror of
https://github.com/bellingcat/auto-archiver-extension.git
synced 2026-06-08 03:28:34 +03:00
19 lines
466 B
HTML
19 lines
466 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.0">
|
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
|
<link rel="stylesheet" href="../css/popup.css">
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app"></div>
|
|
</div>
|
|
</body>
|
|
|
|
<script src="../js/popup.js" type="module"></script>
|
|
|
|
</html> |