aboutsummaryrefslogtreecommitdiff
path: root/static/index.html
blob: 8fa5079c0a30ca71cef3680264d9d345e3437118 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
	<head>
		<meta name="viewport" content="width=device-width, initial-scale=1.0">
		<title>Memora</title>
		<script type="module" src="index.js"></script>
		<link rel="icon" href="icon.png" type="image/png">
		<link rel="manifest" href="manifest.json" />
	</head>
	<body>
	</body>
</html>