-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshift.html
More file actions
28 lines (24 loc) · 789 Bytes
/
Copy pathshift.html
File metadata and controls
28 lines (24 loc) · 789 Bytes
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
<html>
<head>
<meta charset="utf-8">
<title>쒸프트키까 안빠쪄요</title>
<script type="text/javascript" src="shift.js"></script>
</head>
<body>
<div style="margin-top:1%; margin-left:1%">
<form name="home" method="post">
<input type="button" name="home" onclick="location='https://breadfly.github.io'" style="width:80px; height:30px;" value="메인">
</form>
</div>
<center>
<h1>쒸프트키까 안빠쪄요</h1>
<br><br>
<form name="Form" method="post">
<textarea name="Text" rows="8" cols="100" style="font-size:15; padding:20px; text-align:center"></textarea><br><br><br>
<input type="button" name="Trans" onclick="trans_shift()" style="width:80px; height:30px;" value="변환">
</form>
<br><hr><br>
<div id="TheEnd"></div>
</center>
</body>
</html>