Skip to content

Commit fb2dfc7

Browse files
committed
change page name for simple
1 parent 29ff8da commit fb2dfc7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

example/p5.turtle.block/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<!-- META -->
5-
<title>Example of p5.turtle.js with block</title>
5+
<title>Example: turtle with block</title>
66

77
<meta charset="UTF-8" />
88
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
@@ -16,9 +16,9 @@
1616
<body>
1717
<div class="grid">
1818
<div class="col_6" style="margin-top:60px;">
19-
<h1>p5.turtle.js with block</h1>
19+
<h1>turtle with block</h1>
2020
<div>
21-
<p>Example of p5.turtle.js and mameblock.js. This example runs on the instance mode of p5.js.</p>
21+
<p>Turtle graphics program by p5.turtle.js and mameblock.js. This example runs on the instance mode of p5.js.</p>
2222
</div>
2323
</div>
2424
<div class="col_6" style="margin-top:60px;">

example/p5.turtle.block/index.ja.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<!-- META -->
5-
<title>サンプル:ブロックで p5.turtle.js</title>
5+
<title>サンプル:ブロックでタートル</title>
66

77
<meta charset="UTF-8" />
88
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
@@ -16,9 +16,9 @@
1616
<body>
1717
<div class="grid">
1818
<div class="col_6" style="margin-top:60px;">
19-
<h1>ブロックで p5.turtle.js</h1>
19+
<h1>ブロックでタートル</h1>
2020
<div>
21-
<p>これは、mameblock.jsで、タートルグラフィックを実現したサンプルです。p5.jsのインスタンスモードで動いています。</p>
21+
<p>これは、mameblock.jsとp5.turtle.jsで、タートルグラフィックを実現したサンプルプログラムです。p5.jsのインスタンスモードで動いています。</p>
2222
</div>
2323
</div>
2424
<div class="col_6" style="margin-top:60px;">

0 commit comments

Comments
 (0)