This repository was archived by the owner on Feb 6, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 188
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: peterpeterparker <[email protected]>
- Loading branch information
1 parent
0301719
commit 31b912f
Showing
2 changed files
with
50 additions
and
37 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
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 |
---|---|---|
@@ -1,29 +1,28 @@ | ||
<!DOCTYPE html> | ||
<html dir="ltr" lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=5.0"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=5.0" /> | ||
|
||
<title>DeckDeckGo - Slide QR Code Template</title> | ||
<title>DeckDeckGo - Slide QR Code Template</title> | ||
|
||
<script type="module" src="/build/deckdeckgo-slide-qrcode.esm.js"></script> | ||
<script nomodule src="/build/deckdeckgo-slide-qrcode.js"></script> | ||
<script type="module" src="/build/deckdeckgo-slide-qrcode.esm.js"></script> | ||
<script nomodule src="/build/deckdeckgo-slide-qrcode.js"></script> | ||
|
||
<script type="module" src="https://unpkg.com/@deckdeckgo/core@latest/dist/deckdeckgo/deckdeckgo.esm.js"></script> | ||
<script nomodule="" src="https://unpkg.com/@deckdeckgo/core@latest/dist/deckdeckgo/deckdeckgo.js"></script> | ||
<script type="module" src="https://unpkg.com/@deckdeckgo/core@latest/dist/deckdeckgo/deckdeckgo.esm.js"></script> | ||
<script nomodule="" src="https://unpkg.com/@deckdeckgo/core@latest/dist/deckdeckgo/deckdeckgo.js"></script> | ||
|
||
<script type="module" src="https://unpkg.com/@deckdeckgo/qrcode@latest/dist/deckdeckgo-qrcode/deckdeckgo-qrcode.esm.js"></script> | ||
<script nomodule="" src="https://unpkg.com/@deckdeckgo/qrcode@latest/dist/deckdeckgo-qrcode/deckdeckgo-qrcode.js"></script> | ||
<script type="module" src="https://unpkg.com/@deckdeckgo/qrcode@latest/dist/deckdeckgo-qrcode/deckdeckgo-qrcode.esm.js"></script> | ||
<script nomodule="" src="https://unpkg.com/@deckdeckgo/qrcode@latest/dist/deckdeckgo-qrcode/deckdeckgo-qrcode.js"></script> | ||
|
||
</head> | ||
<body style="margin: 0; overflow: hidden;"> | ||
|
||
<deckgo-deck> | ||
<deckgo-slide-qrcode content="https://deckdeckgo.com" style="--deckgo-qrcode-color-fill: black;"> | ||
<h1 slot="title">QR Code</h1> | ||
<p slot="content">Display a QR code to let your audience get your slides as a PWA without any delay</p> | ||
</deckgo-slide-qrcode> | ||
</deckgo-deck> | ||
|
||
</body> | ||
<link rel="stylesheet" href="https://unpkg.com/@deckdeckgo/[email protected]/css/deck.min.css" /> | ||
</head> | ||
<body style="margin: 0; overflow: hidden;"> | ||
<deckgo-deck> | ||
<deckgo-slide-qrcode content="https://deckdeckgo.com" style="--deckgo-qrcode-color-fill: black;"> | ||
<h1 slot="title">QR Code</h1> | ||
<p slot="content">Display a QR code to let your audience get your slides as a PWA without any delay</p> | ||
</deckgo-slide-qrcode> | ||
</deckgo-deck> | ||
</body> | ||
</html> |