-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
14 lines (14 loc) · 968 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="https://raw.githubusercontent.com/glowiep/ai-keyword-extractor/f508d3ec461525d7e794ad96338f9f76f3a57c84/public/filter-icon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AI Keyword Extractor</title>
<!-- <script data-name="BMC-Widget" data-cfasync="false" src="https://cdnjs.buymeacoffee.com/1.0.0/widget.prod.min.js" data-id="glorialim" data-description="Support me on Buy me a coffee!" data-message="Hey there! 👋 I love experimentation but each API call incurs a cost, and your support helps me cover these expenses. Every little bit helps and is deeply appreciated! ☕✨" data-color="#5F7FFF" data-position="Right" data-x_margin="18" data-y_margin="18"></script> -->
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>