This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const responses = [ | |
'It is certain', | |
'It is decidedly so', | |
'Without a doubt', | |
'Yes, definetly', | |
'You may rely on it', | |
'As I see it, yes', | |
'Most likely', | |
'Outlook good', | |
'Yes', |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"> | |
<div class="btn-group choice mt-5"> | |
<button class="btn btn-danger" role="button">Cancel</button> | |
<div class="or"></div> | |
<button class="btn btn-success" role="button">Save</button> | |
</div> |