kickstart-node
Version:
A front-end framework for clean HTML and fast performance
19 lines (17 loc) • 424 B
HTML
<html>
<head>
<link rel="stylesheet" href="http://cdn.getkickstart.com/css/kickstart.min.css" />
<link rel="stylesheet" href="example.css" />
</head>
<body>
<h1>Example</h1>
<p>
<div class="switch">
<input id="switch-2" type="checkbox" />
<label for="switch-2"></label>
</div>
<span>Let me know about future updates!</span>
</p>
</body>
</html>