Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Sub Page_Load(Source As Object, E as EventArgs)
timeOn.text = Request.Cookies("time").Value
timeNow.text = Now()
timeLeft.text = DateDiff("n", Request.Cookies("time").Value, DateTime.Now())
End Sub