Skip to content

Commit c722052

Browse files
authored
Merge pull request #31 from DanielM39/dev
Fix validation
2 parents 51eaccb + b3efa2d commit c722052

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

aperture.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE html>
2-
<html>
3-
<head lang="en">
2+
<html lang="en">
3+
<head>
44
<meta charset="utf-8">
55
<title>Aperture</title>
66
<link rel="shortcut icon" type="image/ico" href="img/favicon.ico" />

comments.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE html>
2-
<html>
3-
<head lang="en">
2+
<html lang="en">
3+
<head>
44
<meta charset="utf-8">
55
<title>Comments</title>
66
<link rel="shortcut icon" type="image/ico" href="img/favicon.ico" />

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE html>
2-
<html>
3-
<head lang="en">
2+
<html lang="en">
3+
<head>
44
<meta charset="utf-8">
55
<title>Daniel's Photo Site</title>
66
<link rel="shortcut icon" type="image/ico" href="img/favicon.ico" />

iso.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE html>
2-
<html>
3-
<head lang="en">
2+
<html lang="en">
3+
<head>
44
<meta charset="utf-8">
55
<title>ISO</title>
66
<link rel="shortcut icon" type="image/ico" href="img/favicon.ico" />

raw-vs-jpeg.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE html>
2-
<html>
3-
<head lang="en">
2+
<html lang="en">
3+
<head>
44
<meta charset="utf-8">
55
<title>RAW vs JPEG</title>
66
<link rel="shortcut icon" type="image/ico" href="img/favicon.ico" />

0 commit comments

Comments
 (0)