blob: df224322e7847412da51d1809ea4ff2300343fb1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'; img-src data:">
<title>Mail Migrator</title>
<link rel="stylesheet" href="./build/index.css">
</head>
<body>
<div id="app"></div>
<script src="./build/index.js"></script>
</body>
</html>
|