raptor
Version:
RaptorJS provides an AMD module loader that works in Node, Rhino and the web browser. It also includes various sub-modules to support building optimized web applications.
13 lines • 510 B
HTML
<html>
<head>
<title>Buttons</title>
</head>
<body>
<div>
<button type="button" id="w0-button" class="raptor-button c">Button 1</button>
<button type="button" id="w1-button" class="raptor-button c">Button 2</button>
<button type="button" id="w3-button" class="raptor-button c">Repeated Button 1</button>
<button type="button" id="w4-button" class="raptor-button c">Repeated Button 2</button>
</div>
</body>
</html>