stc

a simple time card webapp
git clone _git@git.brennen.work:stc.git
Log | Files | Refs | README

index.html (302B)


      1 {% extends 'base.html' %}
      2 
      3 {% block title %} Resource Management System {% endblock %}
      4 
      5 {% block content %}
      6 	<section class="singlepage">
      7 		<h2>Welcome to YEP!</h2><h6>Call to action! Motto or Mission Statement</h6>
      8 		<div class="button"><a href="/login">Clock In!</a></div>
      9 	</section>
     10 {% endblock %}