26 lines
885 B
HTML
26 lines
885 B
HTML
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<header>
|
|
<script src="js/bootstrap.min.js"></script>
|
|
<link rel="stylesheet" href="css/bootstrap.min.css" />
|
|
<link rel="stylesheet" href="css/index.css" />
|
|
<script src="js/areyousatisfied.js"></script>
|
|
</header>
|
|
<body>
|
|
<div class="container">
|
|
<h1>Fault Exempting Telemetary Architecture</h1>
|
|
<div class="row">
|
|
<div class="col-sm-4 tall-button">
|
|
<button id="readyButton" class="big-button">Ready?</button>
|
|
</div>
|
|
<div class="col-sm-4 tall-button">
|
|
<button id="yesButton" class="big-button" style="display: none">YES!</button>
|
|
</div>
|
|
<div class="col-sm-4 tall-button">
|
|
<button id="noButton" class="big-button" style="display: none">no :`(</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |