forked from sastraTampan/myliff
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (28 loc) · 1.22 KB
/
index.html
File metadata and controls
29 lines (28 loc) · 1.22 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
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>NEXUSBOTS LIFF</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<center>
<div class="flex">
<a href="line://ti/p/~orangtampan.no1" class="bttn">Hello There</a>
</div>
</center>
<center>
<h2><button class="button button1" id="textx">Text</button></h2>
<h2><button class="button button2" id="imagex">Image</button></h2>
<h2><button class="button button3" id="videox">Video</button></h2>
<h2><button class="button button4" id="audiox">Audio</button></h2>
<h2><button class="button button5" id="stickerx">Big Sticker</button></h2>
</center>
<center>
<h2 style="color: black;">Created by <a href="https://ari-yk.github.io/"
style="color: black; text-decoration: none; font-size: 20px;">Nexus</a></h2>
<h3><code
style="color: black;"><i><a href="https://ari-yk.github.io/" style="color: black; text-decoration: none;">NexusBots</a> Copyright 2020</i></code>
</h3>
</center>
<script src="https://d.line-scdn.net/liff/1.0/sdk.js"></script>
<script src="liff-starter.js"></script>
</body>