|
|
|
@ -2,6 +2,7 @@
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
|
<title>Alepa Twitch Grabs Candy</title>
|
|
|
|
|
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
|
|
|
|
|
<script type="text/javascript" src="{{url_for('static', filename='picker.js')}}"></script>
|
|
|
|
@ -13,7 +14,7 @@
|
|
|
|
|
|
|
|
|
|
<div class="container">
|
|
|
|
|
<div class="row">
|
|
|
|
|
<h2>Simple Quantity increment buttons with Javascript </h2>
|
|
|
|
|
<h2>Choose your sweets with a wicked system made out of an awesome humanless deployment process</h2>
|
|
|
|
|
<div class="col-lg-2">
|
|
|
|
|
Tasty treats
|
|
|
|
|
<div class="input-group">
|
|
|
|
@ -84,10 +85,10 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="col-lg-2">
|
|
|
|
|
<div class="input-group">
|
|
|
|
|
<button class="btn btn-magick" onClick="submitOrder()">Place sweet order!</button>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-lg-2 center-block ">
|
|
|
|
|
<div class="input-group center-block">
|
|
|
|
|
<button class="btn btn-magick center-block" onClick="submitOrder()">Place sweet order!</button>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|