Skip to content

Instantly share code, notes, and snippets.

@benrules2
Created September 21, 2017 01:02
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 6 You must be signed in to fork a gist
  • Save benrules2/e43c469b2c1263237dc67010fca18b53 to your computer and use it in GitHub Desktop.
Save benrules2/e43c469b2c1263237dc67010fca18b53 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<head>
<title>{{ title }}</title>
</head>
<body>
<h1>PLANT HELPLINE</h1>
<h2>The date and time on the server is: {{ time }}</h2>
<h2> {{ text }} </h2>
<a href="/auto/water/ON"><button>Turn ON Auto Watering</button></a>
<a href="/auto/water/OFF"><button>Turn OFF Auto Watering</button></a>
<a href="/sensor"><button>Check Soil Status</button></a> <br>
<a href="/water"><button>Water Once</button></a>
<a href="/last_watered"><button>Check Time Last Watered</button></a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment