archive/scheduleac/client/client.html
2016-02-06 15:21:25 -05:00

23 lines
351 B
HTML

<head>
<title>scheduleac</title>
</head>
<body>
<h1>Welcome to Meteor!</h1>
{{> loginButtons}}
{{> client}}
</body>
<template name="client">
<select id="post">
<option value="AC">AC</option>
<option value="Health">Health</option>
</select>
<button>Submit</button>
<input type="text" class="form-control" id="date">
</template>