-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (26 loc) · 942 Bytes
/
index.html
File metadata and controls
30 lines (26 loc) · 942 Bytes
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
<!doctype html>
<html lang="en">
<head>
<title>gridwow |</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="./images/icon.png">
<link rel="stylesheet" type="text/css" href="css/minireset.min.css">
<link rel="stylesheet" type="text/css" href="css/main.css">
</head>
<body class="l-index">
<div class="menu-index">
<div class="box-menu-index"></div>
<div class="menu-sub-title-index">
<h1 class="title-big">gridwow</h1>
<ul>
<li class="title-mediun"><a href="grid.html">grid creator</a></li>
<li class="title-mediun">about</li>
</ul>
</div>
</div>
<script src="scripts/jquery-3.2.0.min.js" type="text/javascript"></script>
<script src="scripts/bundle-min.js" type="text/javascript"></script>
</body>
</html>