8 lines
179 B
HTML
8 lines
179 B
HTML
|
|
<template name="admin">
|
||
|
|
<div id="center">
|
||
|
|
<div id="sign-in">
|
||
|
|
<h5>Chromebook Checkout</h5>
|
||
|
|
<button id="submit">Checkout!</button>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</template>
|