diff --git a/WretchedMachines/Pages/Privacy.cshtml b/WretchedMachines/Pages/Privacy.cshtml
index 8c7b4a8..fa9990d 100644
--- a/WretchedMachines/Pages/Privacy.cshtml
+++ b/WretchedMachines/Pages/Privacy.cshtml
@@ -7,6 +7,7 @@
Use this page to detail your site's privacy policy.
+
@foreach(var item in Model.Items)
{
diff --git a/WretchedMachines/Pages/Shared/_Layout.cshtml b/WretchedMachines/Pages/Shared/_Layout.cshtml
index 5e137ac..90b4f1b 100644
--- a/WretchedMachines/Pages/Shared/_Layout.cshtml
+++ b/WretchedMachines/Pages/Shared/_Layout.cshtml
@@ -48,6 +48,7 @@
+
@await RenderSectionAsync("Scripts", required: false)
diff --git a/WretchedMachines/wwwroot/js/site.js b/WretchedMachines/wwwroot/js/site.js
index 0937657..31e87b5 100644
--- a/WretchedMachines/wwwroot/js/site.js
+++ b/WretchedMachines/wwwroot/js/site.js
@@ -2,3 +2,7 @@
// for details on configuring this project to bundle and minify static web assets.
// Write your JavaScript code.
+
+$(function(){
+ new QRCode(document.getElementById("qrcode"), "https://plugarii.com");
+});
\ No newline at end of file