-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
22 lines (22 loc) · 1.13 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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>CSS Grid Demos</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="main.css">
</head>
<body>
<div id='mygrid'>
<a href='https://gridbyexample.com/examples/'>Grid By Example</a>
<a href='https://dev.azure.com/ni/DevCentral/_git/ASW?path=%2FSource%2FVI%2FHtmlControls.Design%2FWeb%2FStyles%2FniPanelStyles.css&version=GBmaster&line=180&lineStyle=plain&lineEnd=181&lineStartColumn=1&lineEndColumn=1'>WebVI grid usage CSS</a>
<a href='WebVIGrids/index.html'>WebVI grid usage demo</a>
<a href='CSSGridTutorial/index.html'>Grid tutorial demo</a>
</ul>
</body>
</html>