forked from hkacgmemes/gif-switch-meme-gen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (35 loc) · 882 Bytes
/
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Gifbb 迫害各種遊戲生成器</title>
<meta name="description" content="是但啦">
<meta name="author" content="是但啦">
<style>
</style>
</head>
<body>
<p>
<input id="file-in" type="file" />
</p>
<div id="drawer">
<img id="sauce" src="./img/sauce.jpg" />
<canvas id="testCanvas" />
</div>
<p>
<button id="save">出圖</button>
</p>
<p>
<span>
p.s.: <a href="https://www.facebook.com/photo?fbid=135406044710731&set=a.112000770384592" target="_blank">ACG is not *uck 政治</a>你個頭
</span>
</p>
<p>
<span>
created by 相馬<br/>
with ideas from
<a href="https://github.com/shawtim" target="_blank">ShawTim</a>'s <a href="https://shawtim.github.io/mr-hong-is-so-right/" target="_blank">項生鬧得好寫得好生成器</a>
</span>
</p>
</body>
</html>