-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
75 lines (72 loc) · 3.81 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<html>
<!--berru-g/github-->
<head>
<meta charset=utf-8>
<meta name=viewport content="width=device-width, initial-scale=1">
<title>No data generator</title>
<link rel="shortcut icon" href="img\logo.png" />
<meta name="description" content="QR Code generator - no ads, no data retrieved or used, generator your qrcode for free ">
<meta name="keywords" content="QRCode, qrcode free, wallet, all in one, portefeuille crypto, binance, ledger, usdt wallet, btc wallet, all in one wallet">
<meta name="author" content="berru-g github">
<meta name="robots" content="index, follow">
<meta property="og:title" content="QR Code generator - no ads">
<link rel="stylesheet" href="style.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/qrcodejs/1.0.0/qrcode.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/qrcode.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/sweetalert2.min.css">
<link rel="stylesheet" href="https://cdn.materialdesignicons.com/5.9.55/css/materialdesignicons.min.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/sweetalert2.all.min.js"></script>
</head>
<body>
<div class="header">
<div class="logo">
<i class="mdi mdi-incognito"></i>
</div>
<h1>QR Code generator</h1>
<p>no ads, no data retrieved or used, generate your qrcode for free</p>
</div>
<div class="main-content">
<input type="text" id="inputText" placeholder="URL or words to convert"/>
<div class="generateor">
<button class="cta-button" onclick="generateQRCode()">generate</button>
<button class="cta-button" onclick="downloadQRCode()">download</button>
</div>
<div id="qrcodeContainer"></div>
<script src="script.js"></script>
<h3>Welcome</h3>
<div class="about">
<p>QRCode generator. <br><br>
<strong>No ads, no data retrieved or used, generate your qrcode for free.</strong> <br>I use a free and open source JavaScript library to download your QRCode, visible here cdndotjsdelivrdotnet. If you didnt want to take any risks regarding data tracking, you can screenshot your QR instead of downloading it. <br>Good day.<br><br>Visit a open source code.<br></p>
</div>
<a href="https://github.com/berru-g/generate-qrcode" class="cta-button">Get Started</a>
<br>
<div class="main-content">
<h4>Why ?</h4>
<div class="about">
<p>The provision of this QR code generator, all-in-one wallet and helpdesk toolkit for free, without advertising and without data collection aims to preserve user privacy. A reliable solution that respects our fundamental rights online.</p>
</div>
</div>
<footer class="footer">
<div class="footer-columns">
<div class="footer-column">
<h3 class="footer-title">Other free tool</h3>
<a href="https://berru-g.github.io/All-in-one-dashboard/" class="footer-link">Wallet all in one</a>
<a href="https://berru-g.github.io/console-interactive/" class="footer-link">HelpDesk terminal</a>
<a href="#" class="footer-link">QrCode no ads, no data</a>
</div>
<div class="footer-column">
<h3 class="footer-title">Profil</h3>
<a href="https://github.com/berru-g" class="footer-link">Github</a>
<a href="https://codepen.io/h-lautre" class="footer-link">Codepen</a>
<a href="https://bento.me/berru" class="footer-link">Bento</a>
</div>
<div class="footer-column">
<h3 class="footer-title">Developper</h3>
<a href="https://github.com/berru-g" class="footer-link">Dev</a>
<a href="https://cdnjs.cloudflare.com/ajax/libs/qrcodejs/1.0.0/qrcode.min.js" class="footer-link">API</a>
<a href="https://github.com/berru-g/generate-qrcode" class="footer-link">Code source</a>
</div>
</div>
</footer>
</body>
</html>