mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
29 lines
493 B
HTML
29 lines
493 B
HTML
<!DOCTYPE html>
|
|
<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>
|
|
|
|
|
|
</body>
|
|
</html>
|