From 495f5f7a9fa7052756182b499886f662d964aa83 Mon Sep 17 00:00:00 2001
From: HouTeng Chan <ht-chen21@mails.tsinghua.edu.cn>
Date: Thu, 25 Jul 2024 09:08:21 +0000
Subject: [PATCH] Update file attributions.html

---
 wiki/pages/attributions.html | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/wiki/pages/attributions.html b/wiki/pages/attributions.html
index 4eebac6d..cdae06f5 100644
--- a/wiki/pages/attributions.html
+++ b/wiki/pages/attributions.html
@@ -1,3 +1,5 @@
+<!DOCTYPE html>
+<html lang="en">
 <head>
   <style>
     .sidebar {
@@ -48,6 +50,7 @@
       
 </head>
 
+<body>
 {% extends "layout.html" %}
   
 {% block title %}Attributions{% endblock %}
@@ -137,4 +140,6 @@ function myFunction() {
   var scrolled = (winScroll / height) * 100;
   document.getElementById("myBar").style.width = scrolled + "%";
 }
-</script>
\ No newline at end of file
+</script>
+</body>
+</html>
\ No newline at end of file
-- 
GitLab