Skip to content

Commit

Permalink
Add lang="en" to standalone index.html (#3828)
Browse files Browse the repository at this point in the history
Should avoid browsers offering to translate the page (this happened in
Safari but I think I've seen it happen in Chrome before too).
  • Loading branch information
kainino0x authored Jun 28, 2024
1 parent 722d280 commit f2c7128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion standalone/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>WebGPU CTS</title>
Expand Down

0 comments on commit f2c7128

Please sign in to comment.