-
Notifications
You must be signed in to change notification settings - Fork 198
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (25 loc) · 776 Bytes
/
index.html
File metadata and controls
25 lines (25 loc) · 776 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html>
<head>
<title>Awesome SEO tools list</title>
<meta name="description" value="Explore Awesome SEO Tools: Comprehensive suite for analysis, optimization, content, and more.">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta charset="UTF-8" />
<link
rel="stylesheet"
href="//cdn.jsdelivr.net/npm/docsify@4/themes/vue.css"
/>
</head>
<body>
<div id="app">Loading ....</div>
<script>
window.$docsify = {
name: "Awesome SEO tools",
repo: "serpapi/awesome-seo-tools",
search: ["/"],
};
</script>
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
</body>
</html>