29 lines
493 B
HTML
Raw Normal View History

2013-04-02 09:04:53 -07:00
<!DOCTYPE html>
2015-04-09 02:02:11 -06:00
<html>
<head>
<title>Gridster Demos</title>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<style>
ul {
padding: 0 0 0 40px;
background-color: cadetblue;
width: 50%;
}
</style>
<div class="content">
<h2>Samples</h2>
</div>
<ul>
<li><a href="SwapDrop.html">Swapping Grid</a></li>
<li><a href="responsive.html">Responsive Grid</a></li>
</ul>
2013-04-02 09:04:53 -07:00
2013-04-03 09:44:16 -07:00
</body>
2013-04-02 09:04:53 -07:00
</html>