Skip to content

Commit

Permalink
Add html tags required for accessibility
Browse files Browse the repository at this point in the history
  • Loading branch information
tygyh committed Dec 11, 2023
1 parent a4c2728 commit aa5a304
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/wasm/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<style>
Expand All @@ -11,14 +11,14 @@
black 51%,
white 51%,
white 100%
);
background-repeat: repeat;
) repeat;
background-size: 20px 20px;
}
canvas {
background-color: white;
}
</style>
<title>WASM Example</title>
</head>
<script type="module">
import init from './target/wasm_example.js'
Expand Down

0 comments on commit aa5a304

Please sign in to comment.