-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4fb3734
commit cee24f3
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ You can use it in your website/blog and show off your DEV.to articles :sunflower | |
<dev-widget data-username="saurabhdaware"></dev-widget> | ||
|
||
<!-- Place script tag before the end of the body tag --> | ||
<script src="https://unpkg.com/[email protected].2/dist/card.component.mjs" type="module" integrity="sha384-755Jblzb17ugkA3KRCLz4XS8CPb3xEwBdBMk8ZBw51agtKmppILXMJrKvuTRkUhy"></script> | ||
<script src="https://unpkg.com/[email protected].3/dist/card.component.mjs" type="module"></script> | ||
``` | ||
|
||
|
||
|
@@ -57,7 +57,7 @@ So a full example would look something like | |
<dev-widget data-username="saurabhdaware" data-width="320px" data-limit="3" data-name="Saurabh 😎"></dev-widget> | ||
|
||
<!-- Place script tag before the end of the body tag --> | ||
<script src="https://unpkg.com/[email protected].2/dist/card.component.mjs" type="module" integrity="sha384-755Jblzb17ugkA3KRCLz4XS8CPb3xEwBdBMk8ZBw51agtKmppILXMJrKvuTRkUhy"></script> | ||
<script src="https://unpkg.com/[email protected].3/dist/card.component.mjs" type="module"></script> | ||
``` | ||
|
||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,6 @@ | |
<body> | ||
<dev-widget data-username="saurabhdaware"></dev-widget> | ||
<script src="card.component.mjs" type="module"></script> | ||
<!-- <script src="https://unpkg.com/[email protected].2/dist/card.component.mjs" type="module"> --> | ||
<!-- <script src="https://unpkg.com/[email protected].3/dist/card.component.mjs" type="module"> --> | ||
</body> | ||
</html> |