-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (44 loc) · 1.71 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
<!DOCTYPE html>
<html>
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap" rel="stylesheet">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@trims_cash">
<meta name="twitter:creater" content="@trims_cash">
<meta property="og:url" content="https://trimscash.github.io/unko64">
<meta property="og:title" content="UNKO64 ENCODER">
<meta property="og:description" content="~UNCODER なんつって~">
<meta property="og:image" content="https://trimscash.github.io/unko64/thumbnail.png">
<meta name="description" content="うんこで意思疎通しよう!UNKO64">
<link rel="icon" type="image/png" href="./unchi.png">
<link href="./style.css" rel="stylesheet" type="text/css">
<script src="./script.js"></script>
<title>UNKO64 ENCODER💩</title>
</head>
<body>
<div id="header">
<div id="title">
UNKO64 ENCODER💩
</div>
~UNCODER なんつって~
</div>
<div id="body">
<h2>Encode</h>
<hr>
<div id="encode">
<textarea id="beforeEncodeText" rows="15" cols="40"></textarea>
<button class="exchangeButton" id="encodeButton">Encode></button>
<textarea id="afterEncodeText" rows="15" cols="40"></textarea>
</div>
<h2>Decode</h>
<hr>
<div id="decode">
<textarea id="beforeDecodeText" rows="15" cols="40"></textarea>
<button class="exchangeButton" id="decodeButton">Decode></button>
<textarea id="afterDecodeText" rows="15" cols="40"></textarea>
</div>
</div>
</body>
</html>