-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmaterial.html
More file actions
37 lines (37 loc) · 1.82 KB
/
material.html
File metadata and controls
37 lines (37 loc) · 1.82 KB
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
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<title>GMD - Grid Material Design</title>
<meta name="description" content="">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- Template Basic Images Start-->
<meta property="og:image" content="path/to/image.jpg">
<link rel="shortcut icon" href="img/favicon/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="img/favicon/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="img/favicon/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/favicon/apple-touch-icon-114x114.png">
<!-- Load Styles-->
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="css/style.css">
<!-- Mixins-->
</head>
<body>
<!-- The structure of the html document-->
<header>
<div class="header"><a class="header__title" href="index.html">grid <br>material <br>design</a>
<div class="header__link-group"><a class="header__link" href="https://github.com/gmdjs/gmdjs"><i class="material-icons">link</i><span>GitHub</span></a><a class="header__link" href="https://github.com/gmdjs/GMDJS/archive/master.zip"><i class="material-icons"></i><span>Download</span></a>
</div>
</div>
</header>
<h2>Comming soon...</h2>
<footer>
<div class="footer"><a class="footer__link" href="#"><i class="material-icons">github</i></a>
</div>
</footer>
<!-- Load Your Scripts-->
<link rel="stylesheet" href="css/libs.css">
<script src="js/common.js"></script>
</body>
</html>