about summary refs log tree commit diff
path: root/templates/signin.html
diff options
context:
space:
mode:
authorgunturkunhakan2021-05-18 22:39:49 -0500
committergunturkunhakan2021-05-18 22:39:49 -0500
commit6235fb58955e2bc193d6ce40a4d74b33ab47dfce (patch)
tree557418e4f22e608a6c45ee220c02d47ca49510e0 /templates/signin.html
parenta637889f13c2151303998e411dc81f3196a974f6 (diff)
downloadgenecup-6235fb58955e2bc193d6ce40a4d74b33ab47dfce.tar.gz
Welcome to GeneCup
Diffstat (limited to 'templates/signin.html')
-rw-r--r--templates/signin.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/signin.html b/templates/signin.html
index f315d71..b4b13f3 100644
--- a/templates/signin.html
+++ b/templates/signin.html
@@ -12,7 +12,7 @@
         <h4 style="float: left">Login&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</h4>
           <a href="signup" >or create an account</a>
       </div>
-      <hr />
+      <hr/>
       <form class="p-2" action="/signin" method="POST">
         <div class="form-group">                    
           <input type="email" class="form-control" name="email" id="email" aria-describedby="emailHelp" placeholder="Email address", value="{{email if email}}">