more cleanup

This commit is contained in:
subnub
2024-12-26 04:35:28 -05:00
parent 27bfe72372
commit 9f92000bf4
3 changed files with 2 additions and 8 deletions
+1 -6
View File
@@ -7,18 +7,13 @@
<link rel="shortcut icon" type="image/png" href="/images/icon.png" />
<link rel="shortcut icon" sizes="192x192" href="/images/icon.png" />
<link rel="apple-touch-icon" href="/images/icon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- <script src="https://kit.fontawesome.com/f982e94d70.js" crossorigin="anonymous"></script> -->
<!-- <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap" rel="stylesheet"> -->
<script defer src="/fontawesome/js/all.js"></script>
<link rel="stylesheet" href="/dist/fonts.css" />
<link rel="stylesheet" type="text/css" href="/dist/styles.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
<div id="app"></div>
<!-- <script src="/socket.io/socket.io.js"></script> -->
<script type="module" src="/src/app.tsx"></script>
</body>
</html>
-1
View File
@@ -66,7 +66,6 @@
"express": "^4.19.2",
"express-validator": "^7.1.0",
"fluent-ffmpeg": "^2.1.3",
"font-awesome": "^4.7.0",
"helmet": "^3.21.2",
"history": "^4.10.1",
"jsonwebtoken": "^9.0.2",
+1 -1
View File
@@ -37,7 +37,7 @@ html {
body {
& * {
box-sizing: border-box;
font-family: "Roboto", sans-serif;
font-family: sans-serif;
}
}