-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdesign.html
More file actions
20 lines (20 loc) · 912 Bytes
/
design.html
File metadata and controls
20 lines (20 loc) · 912 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css">
<title>Document</title>
</head>
<body>
<div class="code_qr">
<img class="qrious">
<div class="information">
<p>code:</p>
<p></p>
</div>
</div>
</body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/qrious/4.0.2/qrious.min.js" integrity="sha512-pUhApVQtLbnpLtJn6DuzDD5o2xtmLJnJ7oBoMsBnzOkVkpqofGLGPaBJ6ayD2zQe3lCgCibhJBi4cj5wAxwVKA==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/qrious/4.0.2/qrious.js" integrity="sha512-8nOl9ysfbFHP5BXuJ4s0tnBjGIRuuzdV3AmW2lT83aCO9FY0B+zhEx5PIEpp/hUX4WhhlOB0TXu2XZfAQugbeQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
</html>