-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (23 loc) · 2.12 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>NWord</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="ncon">
<div id="num" contenteditable="true">0</div>
<div class="swap">
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 122.88 101.78">
<path
d="M40.87,43.13c0,2.13.16,4.65,0,6.73a9.58,9.58,0,0,1-.46,2.51,6.54,6.54,0,0,1-2.61,3.49,6.94,6.94,0,0,1-4.11,1.06,10.7,10.7,0,0,1-2.84-.55,5.41,5.41,0,0,1-1.45-.8C25.05,52.17,20.54,48.5,16,44.83,11.81,41.4,7.59,38,2.88,34.27L2.61,34a8.08,8.08,0,0,1-2.23-3.2,6.51,6.51,0,0,1-.22-3.65,7.42,7.42,0,0,1,1.31-2.8,11,11,0,0,1,2-2c8.2-6.2,16.36-13.26,24.43-19.73A11,11,0,0,1,34.47,0a6.37,6.37,0,0,1,2.67.57l.23.11a6.07,6.07,0,0,1,2,1.67A9.16,9.16,0,0,1,41.12,8.2v5.6H66.29a5,5,0,0,1,4.95,4.94V38.19a5,5,0,0,1-4.95,4.94ZM82,58.65c0-2.13-.16-4.65,0-6.73a9.58,9.58,0,0,1,.46-2.51,6.56,6.56,0,0,1,2.61-3.49l.21-.13a7,7,0,0,1,3.9-.92,9.9,9.9,0,0,1,2.83.55l.74.31.64.43c4.35,3.4,8.89,7.09,13.41,10.77C111,60.36,115.27,63.8,120,67.51l.27.23A8,8,0,0,1,122.49,71a6.49,6.49,0,0,1,.23,3.64l-.09.31a7.63,7.63,0,0,1-1.23,2.49,11,11,0,0,1-2,2C111.18,85.62,103,92.68,95,99.15a10.88,10.88,0,0,1-6.55,2.63,6.52,6.52,0,0,1-2.67-.56l-.24-.12a6.15,6.15,0,0,1-2-1.66,9.21,9.21,0,0,1-1.73-5.86V88H56.58A5,5,0,0,1,51.63,83V63.6a5,5,0,0,1,4.95-5ZM35.41,49.24l0-8.86a2.74,2.74,0,0,1,2.74-2.74H65.74V19.29H38.33a2.73,2.73,0,0,1-2.7-2.77V8.2a4.31,4.31,0,0,0-.55-2.46l-.2-.17a1,1,0,0,0-.42-.08A5.72,5.72,0,0,0,31.3,6.94L6.87,26.67a5.21,5.21,0,0,0-1,1,2,2,0,0,0-.36.71,1.08,1.08,0,0,0,0,.62,2.67,2.67,0,0,0,.76,1c4.26,3.35,8.74,7,13.19,10.61C23.74,44,28,47.51,32.74,51.22a4.19,4.19,0,0,0,1.15.22,1.51,1.51,0,0,0,.89-.17,1.15,1.15,0,0,0,.43-.64,3.66,3.66,0,0,0,.18-1l0-.36Z" />
</svg>
</div>
<div id="word" contenteditable="true">Zero</div>
</div>
<script src="app.js"></script>
</body>
</html>