-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
73 lines (61 loc) · 2.86 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="utf-8">
<!-- Compatibility with mobile screens -->
<meta name="viewport" content="width=device-width,minimum-scale=1.0,initial-scale=1.0">
<!-- Place Internet Explorer into the highest supported document mode -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<!--[if (lt IE 9) & (!IEMobile)]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
<![endif]--> <!-- Adds HTML5 elements support to IE 6-8 -->
<title>HTML and CSS Template</title>
<meta name="description" content="HTML and CSS Template index file">
<!-- <meta name="keywords" content="html, css, template, html5, css3"> -->
<!-- Twitter Card -->
<meta name="twitter:card" content="summary">
<!-- <meta name="twitter:site" content="@htmlcsstemplate">
<meta name="twitter:creator" content="@dymio"> -->
<!-- Open Graph protocol -->
<meta property="og:type" content="website">
<meta property="og:title" content="HTML and CSS Template">
<meta property="og:url" content="http://example.com/">
<meta property="og:image" content="http://example.com/ico/website_image.png">
<meta property="og:description" content="HTML and CSS Template index filee">
<meta property="og:site_name" content="HTML and CSS Template Project">
<!-- <meta property="fb:app_id" content="00000000000"> -->
<!-- Favicons and touch icons -->
<link rel="icon" sizes="16x16 32x32 48x48 64x64" href="favicon.ico">
<!--[if IE]><link rel="shortcut icon" href="favicon.ico"><![endif]-->
<link rel="apple-touch-icon" href="ico/apple_touch_icon.png">
<meta name="msapplication-TileColor" content="#56c5ff">
<meta name="msapplication-TileImage" content="ico/msapp_tile_image.png">
<!-- RSS
<link rel="alternate" type="application/rss+xml" title="HTML and CSS Template" href="http://feeds.feedburner.com/html-and-css-template"> -->
<link rel="author" type="text/plain" href="humans.txt">
<link rel="stylesheet" type="text/css" href="assets/normalize.css">
<link rel="stylesheet" type="text/css" href="assets/print.css">
<link rel="stylesheet" type="text/css" href="assets/basis.css">
<link rel="stylesheet" type="text/css" href="assets/content.css">
<link rel="stylesheet" type="text/css" href="assets/screen.css">
<style type="text/css" >
body { background: #fff; }
</style>
</head>
<body>
<div id="wrap">
<header id="header">
</header>
<section class="holder content clearfix">
<h1>Hello world!</h1>
</section>
</div>
<footer id="footer">
</footer>
<!-- Le javascript -->
<!-- <script type="text/javascript" src="assets/jquery.js"></script> -->
<script type="text/javascript" >
function example() { return null; }
</script>
</body>
</html>