Mercurial Hosting > dad
changeset 21:df0f6d0d55e8 default tip
add lang
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Fri, 02 May 2025 10:46:55 -0600 |
parents | 0b3376e13e22 |
children | |
files | src/alternatives/draggabilly.html src/alternatives/interactjs.html src/alternatives/standard.html src/examples/drop.html src/examples/dropzones.html src/examples/handle.html src/examples/list.html src/examples/list2.html src/examples/nested.html src/examples/simple.html src/index.html |
diffstat | 11 files changed, 11 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- a/src/alternatives/draggabilly.html Tue Feb 18 17:23:17 2025 -0700 +++ b/src/alternatives/draggabilly.html Fri May 02 10:46:55 2025 -0600 @@ -1,5 +1,5 @@ <!doctype html> -<html> +<html lang="en"> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <style>
--- a/src/alternatives/interactjs.html Tue Feb 18 17:23:17 2025 -0700 +++ b/src/alternatives/interactjs.html Fri May 02 10:46:55 2025 -0600 @@ -1,5 +1,5 @@ <!doctype html> -<html> +<html lang="en"> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <style>
--- a/src/alternatives/standard.html Tue Feb 18 17:23:17 2025 -0700 +++ b/src/alternatives/standard.html Fri May 02 10:46:55 2025 -0600 @@ -1,5 +1,5 @@ <!doctype html> -<html> +<html lang="en"> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <style>
--- a/src/examples/drop.html Tue Feb 18 17:23:17 2025 -0700 +++ b/src/examples/drop.html Fri May 02 10:46:55 2025 -0600 @@ -1,5 +1,5 @@ <!doctype html> -<html> +<html lang="en"> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <style>
--- a/src/examples/dropzones.html Tue Feb 18 17:23:17 2025 -0700 +++ b/src/examples/dropzones.html Fri May 02 10:46:55 2025 -0600 @@ -1,5 +1,5 @@ <!doctype html> -<html> +<html lang="en"> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <style>
--- a/src/examples/handle.html Tue Feb 18 17:23:17 2025 -0700 +++ b/src/examples/handle.html Fri May 02 10:46:55 2025 -0600 @@ -1,5 +1,5 @@ <!doctype html> -<html> +<html lang="en"> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <style>
--- a/src/examples/list.html Tue Feb 18 17:23:17 2025 -0700 +++ b/src/examples/list.html Fri May 02 10:46:55 2025 -0600 @@ -1,5 +1,5 @@ <!doctype html> -<html> +<html lang="en"> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <style>
--- a/src/examples/list2.html Tue Feb 18 17:23:17 2025 -0700 +++ b/src/examples/list2.html Fri May 02 10:46:55 2025 -0600 @@ -1,5 +1,5 @@ <!doctype html> -<html> +<html lang="en"> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <style>
--- a/src/examples/nested.html Tue Feb 18 17:23:17 2025 -0700 +++ b/src/examples/nested.html Fri May 02 10:46:55 2025 -0600 @@ -1,5 +1,5 @@ <!doctype html> -<html> +<html lang="en"> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <style>