9 lines
254 B
HTML
Raw Normal View History

2014-12-23 18:35:19 -05:00
<template name="initial">
<div id="initial">
2014-12-23 18:35:19 -05:00
<h5>Chromebook Checkout</h5>
<button id="submit">Checkout!</button>
</div>
2015-01-01 23:20:45 -05:00
<p class="bottom">Checkout a chromebook.</p>
2014-12-23 18:35:19 -05:00
<img class="chromeicon" src="ico/chrico.png">
</template>