Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ngmisl committed Jun 5, 2023
1 parent c979d8e commit 2b759cd
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"cSpell.words": ["googlebot", "qrcode"]
}
2 changes: 0 additions & 2 deletions backend/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
# CORS configuration
origins = [
"http://localhost:5500",
"127.0.0.1",
"",
]

app.add_middleware(
Expand Down
3 changes: 0 additions & 3 deletions frontend/.vscode/settings.json

This file was deleted.

20 changes: 20 additions & 0 deletions frontend/index.html → index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,29 @@
<html>
<head>
<title>QR Code Generator</title>

<!-- Required meta tags -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />

<!-- SEO Meta Tags -->
<meta
name="description"
content="A free online QR code generator by ngmi.ai"
/>
<meta
name="keywords"
content="QR Code, QR Code Generator, Free QR Code, AI QR Code"
/>

<!-- AI SEO Meta Tags -->
<meta name="robots" content="index,follow" />
<meta name="googlebot" content="index,follow" />

<link rel="stylesheet" href="style.css" />
<script src="https://unpkg.com/[email protected]"></script>
</head>

<body>
<div class="container">
<h1>QR Code Generator</h1>
Expand Down
File renamed without changes.

0 comments on commit 2b759cd

Please sign in to comment.