-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·57 lines (51 loc) · 2.66 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
54
55
56
57
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- for Google -->
<meta name="description" content="ขอ … ได้ไหม ในฐานะ … ก็ได้" />
<meta name="keywords" content="ภาษาไทย, มุก, เล่นคำ, wordplay, humor, joke, sentence generator" />
<meta name="author" content="Puripant Ruchikachorn" />
<!-- for Facebook -->
<meta property="og:title" content="ขอ … ได้ไหม ในฐานะ … ก็ได้" />
<meta property="og:type" content="article" />
<meta property="og:image" content="http://puripant.ruchikachorn.com/kor/thumbnail.png" />
<meta property="og:url" content="http://puripant.ruchikachorn.com/kor/" />
<meta property="og:description" content="สร้างมุกจากคำในพจนานุกรมได้ไม่ซ้ำใคร" />
<!-- for Twitter -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="ขอ … ได้ไหม ในฐานะ … ก็ได้" />
<meta name="twitter:description" content="สร้างมุกจากคำในพจนานุกรมได้ไม่ซ้ำใคร" />
<meta name="twitter:image" content="http://puripant.ruchikachorn.com/kor/thumbnail.png" />
<title>ขอ … ได้ไหม ในฐานะ … ก็ได้</title>
<link href="main.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Chonburi" rel="stylesheet">
</head>
<body>
<div id="header">
<!-- <div class="logos">
<div class="title">ขอ … ได้ไหม ในฐานะ … ก็ได้</div>
</div> -->
<div class="logos center">
<div class="logo boonmeelab"><a href="https://www.facebook.com/BoonmeeLab/"><span></span></a></div>
<!-- <div class="logo spacer"></div>
<div class="link">
http://<br />data<br />
<span class="alittlebitleft">.boonmeelab</span><br />
<span class="alittlebitleft">.com</span>
</div>
<div class="logo spacer"></div> -->
</div>
</div>
<div id="joke">
ขอ <span id="verb" class="underline">ซ้อมมือ</span> ได้ไหม<br />
ในฐานะ <span id="noun" class="underline">ข้าว</span> ก็ได้
</div>
<div class="button noselect" onclick="changeWord()">เปลี่ยน</div>
<!-- <script src="data/dict.js"></script> -->
<script src="data/words_by_type.js"></script>
<script src="data/compoundwords.js"></script>
<script src="wordcut.min.js"></script>
<script src="main.js"></script>
</body>
</html>