質問編集履歴

1

行数

2019/03/12 13:25

投稿

00000000000
00000000000

スコア24

test CHANGED
File without changes
test CHANGED
@@ -14,29 +14,29 @@
14
14
 
15
15
  ```html
16
16
 
17
- 1 <!DOCTYPE html>
17
+ <!DOCTYPE html>
18
18
 
19
- 2 <html>
19
+ <html>
20
20
 
21
- 3 <head>
21
+ <head>
22
22
 
23
- 4 <title>Hello Web - Processing.js Test</title>
23
+ <title>Hello Web - Processing.js Test</title>
24
24
 
25
- 5 <script src="processing-1.4.1.min.js"></script>
25
+ <script src="processing-1.4.1.min.js"></script>
26
26
 
27
- 6 </head>
27
+ </head>
28
28
 
29
- 7 <body>
29
+ <body>
30
30
 
31
- 8 <h1>Processing.js Test</h1>
31
+ <h1>Processing.js Test</h1>
32
32
 
33
- 9 <p>This is my first Processing.js web-based sketch:</p>
33
+ <p>This is my first Processing.js web-based sketch:</p>
34
34
 
35
- 10 <canvas data-processing-sources="app.pde"></canvas>
35
+ <canvas data-processing-sources="app.pde"></canvas>
36
36
 
37
- 11 </body>
37
+ </body>
38
38
 
39
- 12 </html>
39
+ </html>
40
40
 
41
41
  ```
42
42