more cleanup
This commit is contained in:
+1
-6
@@ -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>
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -37,7 +37,7 @@ html {
|
||||
body {
|
||||
& * {
|
||||
box-sizing: border-box;
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user