forked from deckgo/deckdeckgo
-
Notifications
You must be signed in to change notification settings - Fork 0
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
0de444f
commit 062f68c
Showing
10 changed files
with
108 additions
and
83 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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
**/src/components.d.ts | ||
dist/**/* | ||
www/**/* |
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
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
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
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
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,74 +1,96 @@ | ||
<!DOCTYPE html> | ||
<html dir="ltr" lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<title>DeckDeckGo | Documentation</title> | ||
|
||
<meta name="viewport" content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"> | ||
<meta name="description" content="The Progressive Web App alternative for simple presentations"> | ||
<meta name="theme-color" content="#16161d"> | ||
|
||
<meta property="og:site_name" content="DeckDeckGo | Documentation"> | ||
<meta property="og:title" content="DeckDeckGo | Documentation"> | ||
|
||
<meta name="author" content="David Dal Busco"> | ||
|
||
<meta name="description" content="The Progressive Web App alternative for simple presentations"> | ||
<meta property="og:description" content="The Progressive Web App alternative for simple presentations"> | ||
|
||
<meta property="og:type" content="website"> | ||
<meta property="og:url" content="https://docs.deckdeckgo.com"> | ||
|
||
<meta property="og:image" content="https://docs.deckdeckgo.com/assets/img/deckdeckgo.png"> | ||
<meta property="og:image:type" content="image/png"> | ||
|
||
<link rel="canonical" href="https://docs.deckdeckgo.com"/> | ||
|
||
<!-- Favicon --> | ||
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicon/apple-touch-icon.png"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon/favicon-32x32.png"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon/favicon-16x16.png"> | ||
<link rel="shortcut icon" href="/assets/favicon/favicon.ico"> | ||
|
||
<!-- Splash screens--> | ||
<link rel="apple-touch-startup-image" href="assets/splash/launch-640x1136.png" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"> | ||
<link rel="apple-touch-startup-image" href="assets/splash/launch-750x1294.png" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"> | ||
<link rel="apple-touch-startup-image" href="assets/splash/launch-1242x2148.png" media="(device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"> | ||
<link rel="apple-touch-startup-image" href="assets/splash/launch-1125x2436.png" media="(device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"> | ||
<link rel="apple-touch-startup-image" href="assets/splash/launch-1536x2048.png" media="(min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait)"> | ||
<link rel="apple-touch-startup-image" href="assets/splash/launch-1668x2224.png" media="(min-device-width: 834px) and (max-device-width: 834px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait)"> | ||
<link rel="apple-touch-startup-image" href="assets/splash/launch-2048x2732.png" media="(min-device-width: 1024px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait)"> | ||
|
||
<meta name="msapplication-TileColor" content="#3880ff"> | ||
<meta name="msapplication-config" content="/assets/favicon/browserconfig.xml"> | ||
<meta name="theme-color" content="#3880ff"> | ||
|
||
<meta name="format-detection" content="telephone=no"> | ||
<meta name="msapplication-tap-highlight" content="no"> | ||
|
||
<meta name="apple-mobile-web-app-capable" content="yes"> | ||
<meta name="apple-mobile-web-app-title" content="DeckDeckGo | Documentation"> | ||
<meta name="apple-mobile-web-app-status-bar-style" content="default"> | ||
|
||
<meta http-equiv="x-ua-compatible" content="IE=Edge"> | ||
|
||
<link href="/build/app.css" rel="stylesheet"> | ||
|
||
<script type="module" src="/build/app.esm.js"></script> | ||
<script nomodule src="/build/app.js"></script> | ||
|
||
<link rel="manifest" href="/manifest.json"> | ||
</head> | ||
|
||
<body> | ||
|
||
<app-root></app-root> | ||
|
||
<noscript> | ||
Please enable Javascript to access this documentation. | ||
</noscript> | ||
|
||
</body> | ||
|
||
<head> | ||
<meta charset="utf-8" /> | ||
<title>DeckDeckGo | Documentation</title> | ||
|
||
<meta name="viewport" content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" /> | ||
<meta name="description" content="The Progressive Web App alternative for simple presentations" /> | ||
<meta name="theme-color" content="#16161d" /> | ||
|
||
<meta property="og:site_name" content="DeckDeckGo | Documentation" /> | ||
<meta property="og:title" content="DeckDeckGo | Documentation" /> | ||
|
||
<meta name="author" content="David Dal Busco" /> | ||
|
||
<meta name="description" content="The Progressive Web App alternative for simple presentations" /> | ||
<meta property="og:description" content="The Progressive Web App alternative for simple presentations" /> | ||
|
||
<meta property="og:type" content="website" /> | ||
<meta property="og:url" content="https://docs.deckdeckgo.com" /> | ||
|
||
<meta property="og:image" content="https://docs.deckdeckgo.com/assets/img/deckdeckgo.png" /> | ||
<meta property="og:image:type" content="image/png" /> | ||
|
||
<link rel="canonical" href="https://docs.deckdeckgo.com" /> | ||
|
||
<!-- Favicon --> | ||
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicon/apple-touch-icon.png" /> | ||
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon/favicon-32x32.png" /> | ||
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon/favicon-16x16.png" /> | ||
<link rel="shortcut icon" href="/assets/favicon/favicon.ico" /> | ||
|
||
<!-- Splash screens--> | ||
<link | ||
rel="apple-touch-startup-image" | ||
href="assets/splash/launch-640x1136.png" | ||
media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)" | ||
/> | ||
<link | ||
rel="apple-touch-startup-image" | ||
href="assets/splash/launch-750x1294.png" | ||
media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)" | ||
/> | ||
<link | ||
rel="apple-touch-startup-image" | ||
href="assets/splash/launch-1242x2148.png" | ||
media="(device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)" | ||
/> | ||
<link | ||
rel="apple-touch-startup-image" | ||
href="assets/splash/launch-1125x2436.png" | ||
media="(device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)" | ||
/> | ||
<link | ||
rel="apple-touch-startup-image" | ||
href="assets/splash/launch-1536x2048.png" | ||
media="(min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait)" | ||
/> | ||
<link | ||
rel="apple-touch-startup-image" | ||
href="assets/splash/launch-1668x2224.png" | ||
media="(min-device-width: 834px) and (max-device-width: 834px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait)" | ||
/> | ||
<link | ||
rel="apple-touch-startup-image" | ||
href="assets/splash/launch-2048x2732.png" | ||
media="(min-device-width: 1024px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait)" | ||
/> | ||
|
||
<meta name="msapplication-TileColor" content="#3880ff" /> | ||
<meta name="msapplication-config" content="/assets/favicon/browserconfig.xml" /> | ||
<meta name="theme-color" content="#3880ff" /> | ||
|
||
<meta name="format-detection" content="telephone=no" /> | ||
<meta name="msapplication-tap-highlight" content="no" /> | ||
|
||
<meta name="apple-mobile-web-app-capable" content="yes" /> | ||
<meta name="apple-mobile-web-app-title" content="DeckDeckGo | Documentation" /> | ||
<meta name="apple-mobile-web-app-status-bar-style" content="default" /> | ||
|
||
<meta http-equiv="x-ua-compatible" content="IE=Edge" /> | ||
|
||
<link href="/build/app.css" rel="stylesheet" /> | ||
|
||
<script type="module" src="/build/app.esm.js"></script> | ||
<script nomodule src="/build/app.js"></script> | ||
|
||
<link rel="manifest" href="/manifest.json" /> | ||
</head> | ||
|
||
<body> | ||
<app-root></app-root> | ||
|
||
<noscript> Please enable Javascript to access this documentation. </noscript> | ||
</body> | ||
</html> |