Skip to content

Commit c9af623

Browse files
⚡ Update Example
1 parent 2620216 commit c9af623

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

index.html

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,18 @@
1111
margin: 0 auto;
1212
max-width: 640px;
1313
font-family: sans-serif;
14+
color: #333;
1415
background: #f1f1f3;
1516
}
1617

1718
h2:not(:first-of-type) {
1819
margin-top: 100px;
1920
}
2021

22+
a {
23+
color: inherit;
24+
}
25+
2126
main {
2227
padding: 20px 20px 0;
2328
}
@@ -29,9 +34,10 @@
2934
border-top: 1px solid #000;
3035
}
3136
</style>
32-
<!-- <script src="./lib/html-code-block-element.core.min.js" defer></script> -->
33-
<script src="./lib/html-code-block-element.common.min.js" defer></script>
34-
<!-- <script src="./lib/html-code-block-element.all.min.js" defer></script> -->
37+
<!-- <script src="./lib/html-code-block-element.common.min.js" defer></script> -->
38+
<!-- <script src="https://cdn.jsdelivr.net/npm/@heppokofrontend/html-code-block-element/lib/html-code-block-element.core.min.js" defer></script> -->
39+
<script src="https://cdn.jsdelivr.net/npm/@heppokofrontend/html-code-block-element/lib/html-code-block-element.common.min.js" defer></script>
40+
<!-- <script src="https://cdn.jsdelivr.net/npm/@heppokofrontend/html-code-block-element/lib/html-code-block-element.all.min.js" defer></script> -->
3541
</head>
3642
<body>
3743
<main>

0 commit comments

Comments
 (0)