-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (21 loc) · 825 Bytes
/
index.html
File metadata and controls
22 lines (21 loc) · 825 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>test</title>
<meta name="description" content="" />
<meta property="og:type" content="website" />
<meta property="og:title" content="" />
<meta property="og:url" content="" />
<meta property="og:site_name" content="happy coding clans" />
<script data-ad-client="ca-pub-1633376260198360" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
</head>
<body>
<div>
<div>Welcome!</div>
<div>vue-easytable doc site:https://happy-coding-clans.github.io/vue-easytable/</div>
<div>issue-template-generater site:https://happy-coding-clans.github.io/issue-template-generater/</div>
</div>
</body>
</html>