Screen shot of no title tag showing in browser tab for Login
If you open up inspector for goodthnx.me/login.html you will see that there is no value in code<title></title>/code
But in the actual code that was uploaded there is a value in the title tag
code
<!DOCTYPE html>
<html>
Code: Select all
<head>
<title>Login</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="format-detection" content="telephone=no">
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="msapplication-tap-highlight" content="no">
<link href="files/resources/lib/theme/jqm/jqm.css" rel="stylesheet" />
<link href="files/resources/lib/theme/ios7/ios7.css" rel="stylesheet" />
<link href="files/resources/lib/jquerymobile/1.4.4/jquery.mobile.structure-1.4.4.css"
rel="stylesheet" />
/code