diff options
Diffstat (limited to 'html')
| -rw-r--r-- | html/contact | 4 | ||||
| -rw-r--r-- | html/index.php | 4 | ||||
| -rw-r--r-- | html/privacy | 4 | ||||
| -rw-r--r-- | html/projects/index.html | 4 | 
4 files changed, 8 insertions, 8 deletions
| diff --git a/html/contact b/html/contact index 61ccceb..80951a2 100644 --- a/html/contact +++ b/html/contact @@ -1,8 +1,8 @@  <!DOCTYPE html> -<html> +<html lang="en">  	<head>  		<title>Contact - Spragg Software Services Ltd.</title> -		<link rel="stylesheet" href="/style/main.css"></link> +		<link rel="stylesheet" href="/style/main.css" />  	</head>  	<body>  		<header> diff --git a/html/index.php b/html/index.php index 18ff7df..cf3ffe4 100644 --- a/html/index.php +++ b/html/index.php @@ -1,8 +1,8 @@  <!DOCTYPE html> -<html> +<html lang="en">  	<head>  		<title>Spragg Software Services Ltd.</title> -		<link rel="stylesheet" href="/style/main.css"></link> +		<link rel="stylesheet" href="/style/main.css" />  	</head>  	<body>  		<header> diff --git a/html/privacy b/html/privacy index f0fa28d..79e105d 100644 --- a/html/privacy +++ b/html/privacy @@ -1,8 +1,8 @@  <!DOCTYPE html> -<html> +<html lang="en">  	<head>  		<title>Privacy - Spragg Software Services Ltd.</title> -		<link rel="stylesheet" href="/style/main.css"></link> +		<link rel="stylesheet" href="/style/main.css" />  	</head>  	<body>  		<header> diff --git a/html/projects/index.html b/html/projects/index.html index d89f991..9911071 100644 --- a/html/projects/index.html +++ b/html/projects/index.html @@ -1,8 +1,8 @@  <!DOCTYPE html> -<html> +<html lang="en">  	<head>  		<title>Spragg Software Services Ltd.</title> -		<link rel="stylesheet" href="/style/main.css"></link> +		<link rel="stylesheet" href="/style/main.css" />  	</head>  	<body>  		<header> | 
