-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (32 loc) · 1021 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">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="notepad.css">
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
</head>
<body>
<header>
<nav>
<button>File</button>
<button>Edit</button>
<button>View</button>
</nav>
<i class='bx bx-cog'></i>
</header>
<main>
<textarea spellcheck="false" name="" id="" cols="30" rows="10">Enter text!!!</textarea>
</main>
<footer>
<div class="pos" title="line 1, column 14">
<p>Ln <span id="ln">1</span>, Col <span id="col">14</span></p>
</div>
<div class="zoom" title="zoom">100%</div>
<div class="csmn">Windows(CRFL)</div>
<div>UTF-8</div>
</footer>
<script src="notepad.js"></script>
</body>
</html>