From abf599be33b383a6a5baf9493093b2126a622ac8 Mon Sep 17 00:00:00 2001 From: ttt Date: Sat, 13 May 2017 00:29:47 +0530 Subject: added all server files --- templates/account/home.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 templates/account/home.html (limited to 'templates/account/home.html') diff --git a/templates/account/home.html b/templates/account/home.html new file mode 100644 index 0000000..fed34a5 --- /dev/null +++ b/templates/account/home.html @@ -0,0 +1,23 @@ +{% extends "layout.html" %} + +{% block content %} +
+
+ {% include "account/sub_nav.html" %} + +
+

Welcome to Single Board Heater System Lab

+
+ You can: +
    +
  • book your slot by going to the "Book slot" section above
  • +
  • download the client code for experiments using the download link above
  • +
  • download your previous experiment logs by going to "Download log files" section above
  • +
  • see the experiment video by going to "Show video" section above
  • +
+
+
+
+{% endblock %} \ No newline at end of file -- cgit