This repository has been archived on 2024-03-31. You can view files and clone it, but cannot push or open issues or pull requests.
template-chrome-extension/popup.html

40 lines
1.1 KiB
HTML

<!DOCTYPE HTML>
<html lang="en-GB">
<head>
<meta http-equiv="content-type" content="text/html" charset="UTF-8" />
<meta name="description" content="" />
<meta name="keyword" content="" />
<meta name="robots" content="noindex,nofollow" />
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<title>CRX Template 1</title>
<!-- jquery -->
<script src="jquery/3.4.1/jquery.min.js"></script>
<!-- bootstrap -->
<link href="bootstrap/3.4.1/bootstrap.min.css" rel="stylesheet" />
<link href="bootstrap/3.4.1/bootstrap-extra.css" rel="stylesheet" />
<link href="bootstrap/3.4.1/bs3-switch.css" rel="stylesheet" />
<script src="bootstrap/3.4.1/bootstrap.min.js"></script>
<!-- font awesome -->
<!-- <link href="fontawesome-free/5.12.1/css/all.min.css" rel="stylesheet" /> -->
<!-- <link href="popup.css" rel="stylesheet" /> -->
<!-- <script src="popup.js"></script> -->
</head>
<body class="pt-5 pb-5">
<div class="container">
<div class="row">
<div class="col-md-12">
pop up
</div>
</div>
</div>
</body>
</html>