Add door name to pages
This commit is contained in:
@@ -13,6 +13,8 @@
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
row-gap: 24px;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 100vh;
|
||||
@@ -52,6 +54,8 @@
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h1>{{title}}</h1>
|
||||
|
||||
<div id="lockContainer">
|
||||
<div id="lockIcon">🔒</div>
|
||||
<div id="idCardStatus">
|
||||
|
||||
Reference in New Issue
Block a user