Skip to content

Commit

Permalink
add lang attribute to document (#3740)
Browse files Browse the repository at this point in the history
Also change the `doctype` element to not XHTML.
  • Loading branch information
fstrr committed Mar 15, 2024
1 parent afdad47 commit bf44269
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions working-examples/link-contrast/index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>

<style type="text/css" media="screen">
<style>

body {
font-family: Arial, Helvetica, sans-serif;
Expand Down

0 comments on commit bf44269

Please sign in to comment.