Skip to content

Instantly share code, notes, and snippets.

View TheMehranKhan's full-sized avatar

Mehran TheMehranKhan

View GitHub Profile
@TheMehranKhan
TheMehranKhan / dropbox-redirect.html
Last active June 3, 2023 17:33 — forked from mds/dropbox-redirect.html
A Simple JS Redirect
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<!-- Replace with your own title -->
<title>Redirecting to old website...</title>
<script>
// Add your own shareable dropbox link
window.location.replace("https://tehmarkaz.framer.website");
</script>