Delete index.htm~
This commit is contained in:
parent
87b05a9467
commit
f8c9bfc488
|
@ -1,39 +0,0 @@
|
||||||
<html lang="<!--{BLOG_LANG}-->">
|
|
||||||
<head>
|
|
||||||
<title><!--{BLOG_TITLE}--></title>
|
|
||||||
<meta name="author" content="<!--{BLOG_AUTHOR}-->" />
|
|
||||||
<meta name="generator" content="<!--{APP_NAME}--> <!--{APP_VERSION}-->" />
|
|
||||||
<meta charset="<!--{BLOG_CHARSET}-->" />
|
|
||||||
<meta name="keywords" content="<!--{BLOG_KEYWORDS}-->" />
|
|
||||||
<meta name="description" content="<!--{BLOG_DESCRIPTION}-->" />
|
|
||||||
<meta name="language" content="<!--{BLOG_LANG}-->" />
|
|
||||||
<meta name="robots" content="index,follow" />
|
|
||||||
<!-- <link rel="stylesheet" href="css/print.css" media="print" /> -->
|
|
||||||
<link rel="stylesheet" href="style.css" media="all" />
|
|
||||||
<!--[if lt IE 9]>
|
|
||||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
|
||||||
<![endif]-->
|
|
||||||
<link rel="alternate" type="application/rss+xml"
|
|
||||||
title="RSS" href="feed.xml" />
|
|
||||||
<link rel="shortcut icon" href="images/favicon.ico" type="images/vnd.microsoft.icon" />
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<header>
|
|
||||||
<h1><!--{BLOG_TITLE}--></h1><h2><!--{BLOG_SUBTITLE}--></h2>
|
|
||||||
</header>
|
|
||||||
<nav>
|
|
||||||
<h1><!--{NAV_TITLE}-->
|
|
||||||
<!--{TEMPLATE_NAV}-->
|
|
||||||
</nav>
|
|
||||||
<main>
|
|
||||||
<h1><!--{MAIN_TITLE}--></h1>
|
|
||||||
<!--{TEMPLATE_MAIN}-->
|
|
||||||
</main>
|
|
||||||
<aside>
|
|
||||||
<!--{TEMPLATE_ASIDE}-->
|
|
||||||
</aside>
|
|
||||||
<footer>
|
|
||||||
<!--{TEMPLATE_FOOTER}-->
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
Loading…
Reference in New Issue