Added rel=canonical
This commit is contained in:
parent
00ff7937f9
commit
86fce00c08
@ -2,6 +2,7 @@
|
|||||||
<html manifest="cache.manifest">
|
<html manifest="cache.manifest">
|
||||||
<head>
|
<head>
|
||||||
<title>StackEdit - Markdown editor</title>
|
<title>StackEdit - Markdown editor</title>
|
||||||
|
<link rel="canonical" href="http://benweet.github.io/stackedit/">
|
||||||
<link rel="icon" href="img/stackedit-32.ico" type="image/x-icon">
|
<link rel="icon" href="img/stackedit-32.ico" type="image/x-icon">
|
||||||
<link rel="shortcut icon" href="img/stackedit-32.ico"
|
<link rel="shortcut icon" href="img/stackedit-32.ico"
|
||||||
type="image/x-icon">
|
type="image/x-icon">
|
||||||
@ -270,12 +271,12 @@
|
|||||||
<p>Or drag and drop your HTML files here:</p>
|
<p>Or drag and drop your HTML files here:</p>
|
||||||
<p id="dropzone-import-harddrive-html" class="drop-zone">Drop
|
<p id="dropzone-import-harddrive-html" class="drop-zone">Drop
|
||||||
files here</p>
|
files here</p>
|
||||||
<p>Or insert your HTML code here:</p> <textarea id="input-convert-html"></textarea>
|
<p>Or insert your HTML code here:</p> <textarea
|
||||||
|
id="input-convert-html"></textarea>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-footer">
|
<div class="modal-footer">
|
||||||
<a href="#" class="btn" data-dismiss="modal">Close</a> <a
|
<a href="#" class="btn" data-dismiss="modal">Close</a> <a href="#"
|
||||||
href="#" class="btn btn-primary action-convert-html"
|
class="btn btn-primary action-convert-html" data-dismiss="modal">OK</a>
|
||||||
data-dismiss="modal">OK</a>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
<html manifest="cache.manifest">
|
<html manifest="cache.manifest">
|
||||||
<head>
|
<head>
|
||||||
<title>StackEdit Viewer</title>
|
<title>StackEdit Viewer</title>
|
||||||
|
<link rel="canonical" href="http://benweet.github.io/stackedit/viewer.html">
|
||||||
<link rel="icon" href="img/stackedit-32.ico" type="image/x-icon">
|
<link rel="icon" href="img/stackedit-32.ico" type="image/x-icon">
|
||||||
<link rel="shortcut icon" href="img/stackedit-32.ico"
|
<link rel="shortcut icon" href="img/stackedit-32.ico"
|
||||||
type="image/x-icon">
|
type="image/x-icon">
|
||||||
|
Loading…
Reference in New Issue
Block a user