Skip to content

Commit

Permalink
deploy: 43291c4
Browse files Browse the repository at this point in the history
  • Loading branch information
coloshword committed Oct 24, 2024
1 parent b274638 commit 38f6ea5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- For github pages -->
<!DOCTYPE html>
<html lang="en">
<head>
Expand All @@ -15,7 +16,7 @@
<body>
<div class="code-editor"></div>
<script type="module">
import { ColorPicker } from "./dist/ColorPicker.bundle.js";
import { ColorPicker } from "./ColorPicker.bundle.js";
const savedColors = [
[228, 202, 152, 255],
[228, 110, 72, 255],
Expand Down

0 comments on commit 38f6ea5

Please sign in to comment.