Skip to content

Commit

Permalink
Add Apple mobile web app meta tags and icon
Browse files Browse the repository at this point in the history
  • Loading branch information
alopezo committed Feb 15, 2024
1 parent 1ad767b commit 03cd075
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Binary file added src/assets/img/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
<script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release/build/highlight.min.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7SK998GPMX"></script>

<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="Implementation Demos">
<link rel="apple-touch-icon" href="assets/img/favicon.png">

<!-- <script src="https://clinicaltables.nlm.nih.gov/lforms-versions/34.3.1/webcomponent/lhc-forms.js"></script> -->
<script>
window.dataLayer = window.dataLayer || [];
Expand Down

0 comments on commit 03cd075

Please sign in to comment.