mirror of
https://github.com/sparksuite/simplemde-markdown-editor.git
synced 2025-07-17 06:54:27 -06:00
Redirect users to new domain, add canonical tag
This commit is contained in:
parent
81bf671897
commit
97246a13b9
@ -8,6 +8,13 @@
|
|||||||
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
|
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
|
||||||
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
|
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
|
||||||
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
|
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
|
||||||
|
<link rel="canonical" href="http://simplemde.com/" />
|
||||||
|
|
||||||
|
<script>
|
||||||
|
if(window.location.href.indexOf("nextstepwebs.github.io") !== -1) {
|
||||||
|
window.location.href = "http://simplemde.com/";
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.editor-preview h1,
|
.editor-preview h1,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user