Skip to content

Commit

Permalink
add viewport metatags and page title
Browse files Browse the repository at this point in the history
  • Loading branch information
blendtwenty committed Feb 28, 2024
1 parent 5c4dc8e commit 07fcae5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/doge-qr/demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
window.location.href = window.location.pathname + '/';
}
</script>

<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>DogeWebComponents | doge-qr</title>

<link rel="stylesheet" href="demo.css" />
<link rel="stylesheet" href="../../../../resources/blocks/prism/prism.css" />
<script type="text/javascript" src="../../../../resources/blocks/prism/prism.js"></script>
Expand Down

0 comments on commit 07fcae5

Please sign in to comment.