Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
vikdevelop authored Jun 28, 2024
1 parent 02cb3aa commit 72d1d29
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css" />
<link href="open-issue/css/styles.css" rel="stylesheet" />
<script src="https://smtpjs.com/v3/smtp.js"></script>
<script>
var wikiUrl = window.location.href.match(/\/wiki\/(.+)/);
if (wikiUrl) {
window.location.href = 'https://vikdevelop.github.io/SaveDesktop/' + wikiUrl[1];
}
</script>
</head>
<body id="page-top">
<!-- Navigation-->
Expand Down

0 comments on commit 72d1d29

Please sign in to comment.