12 lines
284 B
HTML
Raw Normal View History

2014-12-23 18:35:19 -05:00
<template name="initial">
<div id="center">
<div id="sign-in">
<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">
2015-01-01 23:20:45 -05:00
2014-12-23 18:35:19 -05:00
</div>
</template>