Skip to content

Commit 856c888

Browse files
committed
Undo commit
1 parent f09d922 commit 856c888

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="en" data-prefers-absolute-time="true">
2+
<html lang="en">
33
<head>
44
<meta charset="utf-8">
55
<title>time elements</title>
@@ -208,8 +208,8 @@ <h2>With Aria Hidden</h2>
208208
</relative-time>
209209
</button>
210210

211-
<script type="module" src="../dist/index.js"></script>
212-
<!-- <script type="module" src="https://unpkg.com/@github/relative-time-element@latest/dist/bundle.js"></script> -->
211+
<!-- <script type="module" src="../dist/index.js"></script> -->
212+
<script type="module" src="https://unpkg.com/@github/relative-time-element@latest/dist/bundle.js"></script>
213213
<script>
214214
document.body.addEventListener('relative-time-updated', event => {
215215
console.log('event from', event.target, event)

0 commit comments

Comments
 (0)