aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
blob: 0fb7f3999ba2ac9504c57ff03d5e499ceed7b156 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html lang="en">

<head>
	<meta charset="utf-8" />
	<meta name="viewport" content="width=device-width, initial-scale=1" />
	<title>Text Editor</title>
	<link rel="stylesheet" href="index.css">
	<script type=module src="index.js"></script>
</head>

</html>