We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e6aa79 commit 0471868Copy full SHA for 0471868
views/index.tpl.html
@@ -1,4 +1,4 @@
1
-<!DOCTYPE html>
+<!doctype html>
2
<html lang="en">
3
{{ template "head.tpl.html" . }}
4
@@ -31,9 +31,9 @@
31
{{ end }}
32
33
<div class="w-full p-10 my-10 bg-primary dark:bg-primary">
34
- If you are coming from High Seas, then you need to reset
35
- your password before you login. You can reset your password
36
- using the "Forgot password?" button on the login page :)
+ If you are looking to signup for an account then please run
+ the <code>/hackatime</code> command in slack and follow the
+ instructions there.
37
</div>
38
39
<h1
0 commit comments