Files
fp-max-extension/options.html
2023-03-29 10:46:51 +03:00

19 lines
549 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>FP Max Options</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700&display=swap"
rel="stylesheet"
/>
<link href="/src/index.css" rel="stylesheet" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/options.tsx"></script>
</body>
</html>