updated html doctype

pull/4/head
Keivan Beigi 10 years ago
parent 3ddc01e3f4
commit 3fab46a740

@ -1,11 +1,12 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <!doctype html>
<html xmlns="http://www.w3.org/1999/xhtml"> <html>
<head runat="server"> <head>
<title>Sonarr</title> <title>Sonarr</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/> <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="mobile-web-app-capable" content="yes"> <meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes">
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<link href="/Content/bootstrap.css" rel='stylesheet' type='text/css'/> <link href="/Content/bootstrap.css" rel='stylesheet' type='text/css'/>
<link href="/Content/bootstrap.toggle-switch.css" rel='stylesheet' type='text/css'/> <link href="/Content/bootstrap.toggle-switch.css" rel='stylesheet' type='text/css'/>
@ -40,7 +41,7 @@
<div class="page-container"> <div class="page-container">
<div class="container-fluid"> <div class="container-fluid">
<div class="row"> <div class="row">
<div class="col-md-12" id="notification-region"/> <div class="col-md-12" id="notification-region"></div>
</div> </div>
<div class="container-fluid main-region" id="main-region"> <div class="container-fluid main-region" id="main-region">
<div id="followingBalls"> <div id="followingBalls">

@ -1,11 +1,12 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <!doctype html>
<html xmlns="http://www.w3.org/1999/xhtml"> <html>
<head runat="server"> <head>
<title>Sonarr - Login</title> <title>Sonarr - Login</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/> <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="mobile-web-app-capable" content="yes"> <meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes">
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<link href="/Content/bootstrap.css" rel='stylesheet' type='text/css'/> <link href="/Content/bootstrap.css" rel='stylesheet' type='text/css'/>
<link href="/Content/theme.css" rel='stylesheet' type='text/css'/> <link href="/Content/theme.css" rel='stylesheet' type='text/css'/>

Loading…
Cancel
Save