Stops shipping fontawsome with it, fixed about page

This commit is contained in:
TheGreyDiamond
2022-01-02 18:52:12 +01:00
parent 3c43853dc2
commit 9bf0ae7009
41 changed files with 18 additions and 21858 deletions

View File

@@ -1,18 +1,21 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Enlight - Starting</title>
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline';" />
<link href="../static/default.css" rel="stylesheet"/>
<link href="../static/fontawesome-free-5.15.1-web/css/all.css" rel="stylesheet">
</head>
<body class="">
<head>
<meta charset="UTF-8">
<title>About 360 Viewer</title>
<script src="../../node_modules/marzipano/dist/marzipano.js">
</script>
<link href="../output.css" rel="stylesheet">
<link href="../../node_modules/@fortawesome/fontawesome-free/css/all.css" rel="stylesheet">
<script src="../../node_modules/@themesberg/flowbite/dist/flowbite.bundle.js"></script>
</head>
<body class="dark:bg-gray-800 dark:text-white">
<center>
<!--<img src="static/icon.png" alt="Logo" height="40px"></img>-->
<h1>360 Viewer </h1></center>
<h3 id="current">1.0.0</h3>
<h1>360 Viewer</h1></center>
<h3 id="current">1.0.1</h3>
<h4>Made by TheGreydiamond.</h4>
<small style="padding: 1px; margin: 0px;">
We are using node <script>document.write(process.versions.node)</script>,

View File

@@ -7,9 +7,8 @@
<script src="../../node_modules/marzipano/dist/marzipano.js">
</script>
<link href="../output.css" rel="stylesheet">
<link href="../../static/fontawesome-free-5.15.1-web/css/all.css" rel="stylesheet">
<link href="../../node_modules/@fortawesome/fontawesome-free/css/all.css" rel="stylesheet">
<script src="../../node_modules/@themesberg/flowbite/dist/flowbite.bundle.js"></script>
</head>
<body class="dark:bg-gray-800">