Skip to content

Commit e41bef0

Browse files
committed
initial commit
1 parent a4b02d2 commit e41bef0

File tree

6 files changed

+950
-469
lines changed

6 files changed

+950
-469
lines changed

.github/FUNDING.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# These are supported funding model platforms
2+
3+
github: architrixs
4+
patreon: # Replace with a single Patreon username
5+
open_collective: # Replace with a single Open Collective username
6+
ko_fi: # Replace with a single Ko-fi username
7+
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8+
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9+
liberapay: # Replace with a single Liberapay username
10+
issuehunt: # Replace with a single IssueHunt username
11+
otechie: # Replace with a single Otechie username
12+
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
13+
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']

examples/index.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<title>custom-element demo</title>
5+
<title>date-time demo</title>
66
</head>
77
<body>
8-
<custom-element></custom-element>
9-
8+
<date-time></date-time>
9+
<hr />
10+
<date-time></date-time>
1011
<script type="module">
11-
// import 'https://unpkg.com/@github/custom-element-boilerplate@latest/dist/custom-element.js'
12-
import '../src/custom-element.ts'
12+
// import 'https://unpkg.com/@github/date-time-boilerplate@latest/dist/date-time.js'
13+
import '../src/date-time.ts'
1314
</script>
1415
</body>
1516
</html>

0 commit comments

Comments
 (0)