test-node-js
Version:
19 lines (18 loc) • 580 B
HTML
<html>
<head>
<meta charset="utf-8" />
<title></title>
<link rel="stylesheet" type="text/css" href="css/bootstrap.css"/>
</head>
<body>
<div>
<button type="button" class="btn btn-default">安秀</button>
<button type="button" class="btn btn-primary">安秀</button>
<button type="button" class="btn btn-danger">安秀</button>
<button type="button" class="btn btn-warning">安秀</button>
<button type="button" class="btn btn-info">安秀</button>
<a href="" class="btn btn-link">安秀</a>
</div>
</body>
</html>