Remove unused div.parent

(The diff should be viewed --ignore-all-space)
This commit is contained in:
Nguyễn Gia Phong 2024-04-22 23:16:49 +09:00
parent c92e5dbb91
commit 5b3337e6c3
No known key found for this signature in database
GPG key ID: 84B69CE6F3F6B767

View file

@ -21,7 +21,6 @@
<script defer src="/static/question.js" type="text/javascript"></script> <script defer src="/static/question.js" type="text/javascript"></script>
</head> </head>
<body> <body>
<div class="parent">
<div class="header"> <div class="header">
<a href="/" class="logo-link"> <a href="/" class="logo-link">
<img <img
@ -106,6 +105,5 @@
{{end}} {{end}}
</div> </div>
{{ end }} {{ end }}
</div>
</body> </body>
</html> </html>