Review README files and comment style
This commit is contained in:
parent
8c22e68c2a
commit
5e2b5aef34
5 changed files with 35 additions and 35 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>raylib-cs — browser examples</title>
|
||||
<title>raylib-cs - browser examples</title>
|
||||
<link rel="icon" type="image/x-icon" href="./favicon.ico"/>
|
||||
<link rel="modulepreload" href="./main.js"/>
|
||||
<link rel="modulepreload" href="./_framework/dotnet.js"/>
|
||||
|
|
@ -71,7 +71,7 @@
|
|||
<option value="fit">Fit</option>
|
||||
</select>
|
||||
</div>
|
||||
<div id="error" hidden>This example crashed — see the browser console for details. Select another example to continue.</div>
|
||||
<div id="error" hidden>This example crashed - see the browser console for details. Select another example to continue.</div>
|
||||
<div id="viewport">
|
||||
<canvas id="canvas" width="800" height="450" oncontextmenu="event.preventDefault()" tabindex="-1"></canvas>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue