Skip to content

Commit 66cf49d

Browse files
committed
WASM REPL: remove trailing slashes from void tags in index.html
1 parent ce5ebca commit 66cf49d

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Tools/wasm/emscripten/web_example/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
<!doctype html>
22
<html lang="en">
33
<head>
4-
<meta charset="UTF-8" />
5-
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<meta name="author" content="Katie Bell, Adam Hartz" />
8-
<meta name="description" content="Simple REPL for Python WASM" />
4+
<meta charset="UTF-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<meta name="author" content="Katie Bell, Adam Hartz">
8+
<meta name="description" content="Simple REPL for Python WASM">
99
<title>wasm-python terminal</title>
1010
<link
1111
rel="stylesheet"
1212
href="https://unpkg.com/xterm@4.18.0/css/xterm.css"
1313
crossorigin
1414
integrity="sha384-4eEEn/eZgVHkElpKAzzPx/Kow/dTSgFk1BNe+uHdjHa+NkZJDh5Vqkq31+y7Eycd"
15-
/>
15+
>
1616
<style>
1717
body {
1818
font-family: arial;

0 commit comments

Comments
 (0)