Skip to content

Commit 7941f7c

Browse files
committed
Relocate loading
1 parent 311d28c commit 7941f7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index copy.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
</canvas>
7171
</div>
7272

73-
<div id="p5_loading" class="loadingclass">
73+
<div id="p5_loading" class="">
7474
Loading ...
7575
</div>
7676
<script src="js/index.js" defer></script>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
</head>
3434

3535
<body class="h-full w-full overflow-hidden">
36-
<div id="p5_loading" class="loadingclass">
36+
<div id="p5_loading" class="loading w-full h-full flex justify-center items-center">
3737
Loading ...
3838
</div>
3939

0 commit comments

Comments
 (0)