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