-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (35 loc) · 1.47 KB
/
index.html
File metadata and controls
39 lines (35 loc) · 1.47 KB
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>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Notes Migrator | Convert Google Keep, Apple Notes, Evernote, and more</title>
<meta name="title" content="Notes Migrator | Convert Google Keep, Apple Notes, Evernote, and more">
<meta name="description" content="A free, secure, browser-based tool to convert your notes between Google Keep, Apple Notes, Evernote (.enex), and Markdown (Notion). 100% private, client-side conversion.">
<meta name="keywords" content="notes migrator, notes converter, google keep, apple notes, evernote, onenote, notion, markdown, convert, migrate, import, transfer, google takeout, enex, secure, private, client-side">
<meta name="author" content="Ghazi Khan">
<meta http-equiv="refresh" content="0; url=https://migrator.mgks.dev">
<script>
(function () {
var target = 'https://migrator.mgks.dev';
// Try redirect immediately
if (window.location.href !== target) {
window.location.replace(target); // doesn't leave history
}
// Fallback on load if initial fails
window.onload = function () {
if (window.location.href !== target) {
window.location.href = target; // just in case
}
};
})();
</script>
</head>
<body>
<noscript>
Redirecting to NotesMigrator...
<br/>
If you are not redirected, <a href="https://migrator.mgks.dev">click here</a>.
</noscript>
</body>
</html>