-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (50 loc) · 2.8 KB
/
index.html
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta property="og:title" content='แอพสร้างข้อความป้าย'>
<meta property="og:site_name" content="">
<meta property="og:url" content="https://zugarzeeker.github.io/wish-you-tag/">
<meta property="og:image" content="https://zugarzeeker.github.io/wish-you-tag/img/ogimg-v2.png">
<meta property="og:description" content='แอพสร้างข้อความป้าย! สร้างข้อความอวยพรเพื่อนๆในรูปแบบป้ายได้ง่ายๆเพียงไม่กี่วินาที'>
<title>แอพสร้างข้อความป้าย...</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
<!-- Scripts -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/1.5.12/clipboard.min.js"></script>
</head>
<body>
<div class="container-fluid">
<div class="row">
<div class="col-xs-12 text-center">
<br>
<div class="col-lg-6 col-lg-offset-3">
<div>
<input type="text" class="form-control col-centered input-lg" id="textInput" onkeyup="handleChange()" placeholder="จะเว้นบรรทัดตามช่องว่าง (spacebar) นะครับ..."/>
<div class="text-right">*จะเว้นบรรทัดตามช่องว่าง (spacebar) นะครับ</div>
</div>
</div>
<br>
<div class="col-lg-12 text-center">
<div id="text-tag"></div>
</div>
<br><br>
<button class="btn btn-secondary-outline btn-lg" id="copy-btn" onclick="copyText()" data-clipboard-target="#text-tag" data-toggle="tooltip" data-placement="top">คัดลอกข้อความ</button>
<p class="text-center" id="noti"></p>
</div>
</div>
<div class="text-center footer row">
<p class="splitter">___</p>
<p class="description">
แอพสร้างข้อความป้าย · Created by
<a href="https://twitter.com/aikdanai" target="_blank">Aikdanai Sidhikosol</a> · <a href="https://github.com/zugarzeeker" target="_blank">Supanut Apikulvanich</a><br>
<a href="https://github.com/zugarzeeker/wish-you-tag" target="_blank">GitHub Project</a> · <a href="https://github.com/zugarzeeker/wish-you-tag/issues" target="_blank">Issues</a>
</p>
</div>
</div>
<script src="app.js" type="text/javascript"></script>
</body>
</html>