-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (35 loc) · 1.41 KB
/
index.html
File metadata and controls
39 lines (35 loc) · 1.41 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!-- <style type="text/css">
body{
margin : 0px 0px 0px 0px;
}
</style>
<iframe src="./page/home.html" style="height:100%;width:100%" frameborder="0" scrolling="auto"></iframe>
-->
<!DOCTYPE html>
<html lang="en-US">
<!-- 全局替换 [yourname] 为你GitHub用户名-->
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>StringSpliter Blog</title>
</head>
<body>
<h1 id="grow-your-business">Grow your business</h1>
<p>Get your business discovered on TikTok</p>
<h2 id="get-started">Get Started</h2>
<p>Reach your target customers and drive results quickly with TikTok Ads Manager. With our large audience base and easy-to-use tools, anyone can be a marketing expert. </p>
<p>Don't Make Ads. Make TikToks.</p>
<p><a id="jump-link" href="javascript:void(0);">Create An TikTok for Business Account</a></p>
<p>** Recommandation from StringSpliter.</p>
<h2 id="flollow-me">Flollow Me</h2>
<p><a href="https://github.com/StringSpliter/"> https://github.com/StringSpliter/ </a></p>
<script>
document.getElementById("jump-link").onclick = function(){
setTimeout(() => {
location.href = 'https://getstarted.tiktok.com/tt4b/?attr_source=github&attr_campaign_id=StringSpliter';
}, 100);
}
</script>
</body>
</html>