Skip to content

Commit 50485eb

Browse files
committed
desc
1 parent 39690d6 commit 50485eb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

dist/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>QR Element</title>
7+
<meta name="description" content="A simple QR Code Web Component">
78
<style>
89
:root {
910
color-scheme: dark light;

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>QR Element</title>
7+
<meta name="description" content="A simple QR Code Web Component">
78
<script type=module src="./src/index.mjs"></script>
89
<style>
910
:root {

0 commit comments

Comments
 (0)