aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
blob: 2d551a4bc32e25eb2674b56e917ef75b33bc37fc (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>Translator</title>
	<link rel="stylesheet" href="index.css">
	<script type=module src="index.js"></script>
</head>

</html>