Skip to content

Commit

Permalink
feat: added pwa manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Pagan committed Apr 24, 2023
1 parent d45b75e commit 36cae5b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions demo/signin.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

<link rel="icon" href="https://cdn.cocreate.app/favicon.ico" type="image/ico" sizes="16x16">
<link rel="stylesheet" href="../index.css" collection="files" document_id="637bc8fe91249e639db315d9" name="src" type="text/css"/>
<link rel="manifest" href="/manifest.json">
</head>

<body style='background-image: url("https://cdn.cocreate.app/background.png");'>
Expand Down
1 change: 1 addition & 0 deletions demo/signout.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

<link rel="icon" href="https://cdn.cocreate.app/favicon.ico" type="image/ico" sizes="16x16">
<link rel="stylesheet" href="../index.css" collection="files" document_id="637bc8fe91249e639db315d9" name="src" type="text/css"/>
<link rel="manifest" href="/manifest.json">
</head>

<body style='background-image: url("https://cdn.cocreate.app/background.png");'>
Expand Down
3 changes: 2 additions & 1 deletion demo/signup.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
<title>Sign Up | CoCreate</title>
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon.ico">
<link rel="stylesheet" href="../index.css" collection="files" document_id="637bc8fe91249e639db315d9" name="src" type="text/css"/>
</head>
<link rel="manifest" href="/manifest.json" />
</head>

<style>
.speech-bubble:after { content: ''; position: absolute; top: 0; left: 50%; width: 0; height: 0; border: 23px solid transparent; border-bottom-color: #ffffff; border-top: 0; margin-left: -23px; margin-top: -23px;}
Expand Down
1 change: 1 addition & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<!-- CoCreate CSS -->
<link rel="stylesheet" href="https://cdn.cocreate.app/latest/CoCreate.min.css" type="text/css"/>
<link rel="stylesheet" href="/docs/index.css" collection="files" document_id="60888216117c640e7596303f" name="src" type="text/css" save="true"/>
<link rel="manifest" href="/manifest.json" />
</head>

<body>
Expand Down

0 comments on commit 36cae5b

Please sign in to comment.