add keywords and description
This commit is contained in:
parent
0185b14ea1
commit
773d7d75be
@ -3,9 +3,11 @@
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||
<meta http-equiv="content-language" content="en">
|
||||
<title>Markdown Live Preview</title>
|
||||
<meta http-equiv="content-script-type" content="text/javascript">
|
||||
<meta http-equiv="content-style-type" content="text/css">
|
||||
<meta name="description" content="This is the Markdown editor with live preview. enjoy.">
|
||||
<meta name="keywords" content="markdown,editor,github,reference">
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="css/style.css">
|
||||
<script type="text/javascript" src="js/jquery-1.6.1.min.js"></script>
|
||||
<script type="text/javascript" src="js/markdown.js"></script>
|
||||
@ -22,6 +24,7 @@
|
||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||
})();
|
||||
</script>
|
||||
<title>Markdown Live Preview</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1 id="header"><a href="./"><img src="image/logo.png" width="315" height="22" alt="Markdown Live Preview"></a></h1>
|
||||
|
Loading…
Reference in New Issue
Block a user