-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSYC.html
More file actions
35 lines (31 loc) · 1.03 KB
/
Copy pathSYC.html
File metadata and controls
35 lines (31 loc) · 1.03 KB
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
<!DOCTYPE html>
<html>
<head>
<title>StreamingMoon's Page - SYC</title>
<link rel="stylesheet" type="text/css" href="./index.css">
</head>
<body bgcolor="#010409" style="position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);">
<div align="center">
<img id="Avatar" src="./NikoAvatar.jpg" />
</div>
<div align="center">
<input id="input" placeholder="The words here..."></textarea><br>
</div>
<div align="center">
<button onclick="handleOperation('encode')">Encode</button>
</div>
<div align="center">
<button onclick="handleOperation('decode')">Decode</button>
</div>
<div align="center">
<button onclick="Back()">Go Back</button>
</div>
<div align="center">
<input id="output" placeholder="The result here..." readonly></textarea><br>
</div>
<script type="text/javascript" src="./index.js"></script>
</body>
</html>