Files
picar/Web/index.html
2019-01-14 12:26:16 +10:30

27 lines
1.0 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<script src="js/bootstrap.min.js"></script>
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/index.css" />
</head>
<body>
<div class="container-fluid">
<h1>Michael's Demonstrations</h1>
<div class="row">
<!-- On a desktop these will be side-by-side, mobile is top-bottom. -->
<div class="col-sm-4 tall-button">
<a href="areyousatisfied.html"><button class="btn btn-primary big-button" style="color:white">Are you satisfied?</button></a>
</div>
<div class="col-sm-4 tall-button">
<a href="boring.html"><button class="btn btn-warning big-button" style="color:white">Ma Boring Solution</button></a>
</div>
<div class="col-sm-4 tall-button">
<a href="feta.html"><button class="btn btn-warning big-button" style="color:white">FETA</button></a>
</div>
</div>
</div>
</body>
</html>