Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -643,7 +643,7 @@
|
|
643 |
const bg = document.getElementById('techBg');
|
644 |
|
645 |
// 回路風の線を生成
|
646 |
-
for (let i = 0; i <
|
647 |
const line = document.createElement('div');
|
648 |
line.className = 'circuit-line';
|
649 |
|
|
|
643 |
const bg = document.getElementById('techBg');
|
644 |
|
645 |
// 回路風の線を生成
|
646 |
+
for (let i = 0; i < 200; i++) {
|
647 |
const line = document.createElement('div');
|
648 |
line.className = 'circuit-line';
|
649 |
|