From b49bc39ae2d16688e47c5cebfa4fba8b1498e567 Mon Sep 17 00:00:00 2001
From: nd <nd@cccv.de>
Date: Fri, 26 Mar 2021 21:08:49 +0000
Subject: [PATCH] Update index.html

---
 index.html | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/index.html b/index.html
index cf25b39..2502493 100644
--- a/index.html
+++ b/index.html
@@ -2,6 +2,17 @@
 	<head>
 		<title>QR</title>
 	</head>
+	<style>
+	#divElement{
+		position: absolute;
+		top: 50%;
+		left: 50%;
+		margin-top: -50px;
+		margin-left: -50px;
+		width: 100px;
+		height: 100px;
+	}​
+	</style>
 	<body>
 		<div id="qrcode"></div>
 	</body>
-- 
GitLab