Spaces:
Running
Running
liewchooichin
commited on
Commit
•
8885cb1
1
Parent(s):
36237b0
Update draw-web-worker/index.html
Browse files
draw-web-worker/index.html
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
<meta name="viewport" content="width=device-width">
|
8 |
<meta name="viewport" content="initial-scale=1">
|
9 |
<link href="style.css" rel="stylesheet" type="text/css">
|
10 |
-
|
11 |
<script defer src="main.js"></script>
|
12 |
<title>Draw simple shapes</title>
|
13 |
</head>
|
@@ -18,6 +18,7 @@
|
|
18 |
</header>
|
19 |
|
20 |
<main>
|
|
|
21 |
<h1>Draw some shapes with simple Web Workers API</h1>
|
22 |
<p>
|
23 |
To view the message between the main and the Worker,
|
|
|
7 |
<meta name="viewport" content="width=device-width">
|
8 |
<meta name="viewport" content="initial-scale=1">
|
9 |
<link href="style.css" rel="stylesheet" type="text/css">
|
10 |
+
<!--link href="../favicon.svg" rel="icon" type="image/svg+sml"-->
|
11 |
<script defer src="main.js"></script>
|
12 |
<title>Draw simple shapes</title>
|
13 |
</head>
|
|
|
18 |
</header>
|
19 |
|
20 |
<main>
|
21 |
+
<p><a href="../index.html">Back to homepage</a></p>
|
22 |
<h1>Draw some shapes with simple Web Workers API</h1>
|
23 |
<p>
|
24 |
To view the message between the main and the Worker,
|