Fixing css issues in IE, adding doctype to html files

This commit is contained in:
Asaad Mahmood
2015-07-01 20:37:27 +05:00
parent 5e204030ff
commit 42c7fbaa92
11 changed files with 11 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
{{define "channel"}}
<!DOCTYPE html>
<html>
{{template "head" . }}
<body>

View File

@@ -1,4 +1,5 @@
{{define "find_team"}}
<!DOCTYPE html>
<html>
{{template "head" . }}
<body class="white">

View File

@@ -1,4 +1,5 @@
{{define "home"}}
<!DOCTYPE html>
<html>
{{template "head" . }}
<body>

View File

@@ -1,4 +1,5 @@
{{define "login"}}
<!DOCTYPE html>
<html>
{{template "head" . }}
<body class="white">

View File

@@ -1,4 +1,5 @@
{{define "password_reset"}}
<!DOCTYPE html>
<html>
{{template "head" . }}
<body class="white">

View File

@@ -1,4 +1,5 @@
{{define "signup_team"}}
<!DOCTYPE html>
<html>
{{template "head" . }}
<body class="white">

View File

@@ -1,4 +1,5 @@
{{define "signup_team_complete"}}
<!DOCTYPE html>
<html>
{{template "head" . }}
<body class="white">

View File

@@ -1,4 +1,5 @@
{{define "signup_team_confirm"}}
<!DOCTYPE html>
<html>
{{template "head" . }}
<body class="white">

View File

@@ -1,4 +1,5 @@
{{define "signup_user_complete"}}
<!DOCTYPE html>
<html>
{{template "head" . }}
<body class="white">

View File

@@ -1,4 +1,5 @@
{{define "verify"}}
<!DOCTYPE html>
<html>
{{template "head" . }}
<body>

View File

@@ -1,4 +1,5 @@
{{define "welcome"}}
<!DOCTYPE html>
<html>
{{template "head" . }}
<body>