This commit is contained in:
omkieit 2024-09-10 20:08:47 +05:30
parent 7e330f54cb
commit 8b5e26708e
3 changed files with 26 additions and 8 deletions

View File

@ -20,6 +20,8 @@ app.use(cors());
// origin: 'http://67.225.129.127:81', // Allow requests from your frontend // origin: 'http://67.225.129.127:81', // Allow requests from your frontend
// methods: 'GET,POST', // Specify allowed methods // methods: 'GET,POST', // Specify allowed methods
// })); // }));
app.use(express.static('dist'));
app.use( app.use(
session({ session({

16
ef-ui/dist/index.html vendored
View File

@ -14,16 +14,24 @@
<meta name="description" content=""> <meta name="description" content="">
<meta name="author" content=""> <meta name="author" content="">
<link rel="stylesheet" href="/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="/css/responsive.css">
<!-- bootstrap css --> <!-- bootstrap css -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css"> <!-- <link rel="stylesheet" type="text/css" href="css/bootstrap.min.css"> -->
<!-- style css --> <!-- style css -->
<link rel="stylesheet" type="text/css" href="css/style.css"> <!-- <link rel="stylesheet" type="text/css" href="css/style.css"> -->
<!-- Responsive--> <!-- Responsive-->
<link rel="stylesheet" type="text/css" href="css/responsive.css"> <!-- <link rel="stylesheet" type="text/css" href="css/responsive.css"> -->
<!-- fevicon --> <!-- fevicon -->
<!-- <link rel="icon" href="images/fevicon.png" type="image/gif" /> --> <!-- <link rel="icon" href="images/fevicon.png" type="image/gif" /> -->
<link rel="icon" href="images/logo.png" type="image/gif" /> <link rel="icon" href="images/logo.png" type="image/gif" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/5.1.3/css/bootstrap.min.css">
<!-- Scrollbar Custom CSS --> <!-- Scrollbar Custom CSS -->
<link rel="stylesheet" href="css/jquery.mCustomScrollbar.min.css"> <link rel="stylesheet" href="css/jquery.mCustomScrollbar.min.css">
<!-- Tweaks for older IEs--> <!-- Tweaks for older IEs-->
@ -34,7 +42,7 @@
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script> <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/2.11.6/umd/popper.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/2.11.6/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/5.1.3/js/bootstrap.bundle.min.js"></script> <!-- <script src="https://stackpath.bootstrapcdn.com/bootstrap/5.1.3/js/bootstrap.bundle.min.js"></script> -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/js/bootstrap.bundle.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/js/bootstrap.bundle.min.js"></script>
<script type="module" crossorigin src="/assets/index-DAjohXmt.js"></script> <script type="module" crossorigin src="/assets/index-DAjohXmt.js"></script>

View File

@ -14,16 +14,24 @@
<meta name="description" content=""> <meta name="description" content="">
<meta name="author" content=""> <meta name="author" content="">
<link rel="stylesheet" href="/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="/css/responsive.css">
<!-- bootstrap css --> <!-- bootstrap css -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css"> <!-- <link rel="stylesheet" type="text/css" href="css/bootstrap.min.css"> -->
<!-- style css --> <!-- style css -->
<link rel="stylesheet" type="text/css" href="css/style.css"> <!-- <link rel="stylesheet" type="text/css" href="css/style.css"> -->
<!-- Responsive--> <!-- Responsive-->
<link rel="stylesheet" type="text/css" href="css/responsive.css"> <!-- <link rel="stylesheet" type="text/css" href="css/responsive.css"> -->
<!-- fevicon --> <!-- fevicon -->
<!-- <link rel="icon" href="images/fevicon.png" type="image/gif" /> --> <!-- <link rel="icon" href="images/fevicon.png" type="image/gif" /> -->
<link rel="icon" href="images/logo.png" type="image/gif" /> <link rel="icon" href="images/logo.png" type="image/gif" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/5.1.3/css/bootstrap.min.css">
<!-- Scrollbar Custom CSS --> <!-- Scrollbar Custom CSS -->
<link rel="stylesheet" href="css/jquery.mCustomScrollbar.min.css"> <link rel="stylesheet" href="css/jquery.mCustomScrollbar.min.css">
<!-- Tweaks for older IEs--> <!-- Tweaks for older IEs-->
@ -34,7 +42,7 @@
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script> <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/2.11.6/umd/popper.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/2.11.6/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/5.1.3/js/bootstrap.bundle.min.js"></script> <!-- <script src="https://stackpath.bootstrapcdn.com/bootstrap/5.1.3/js/bootstrap.bundle.min.js"></script> -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/js/bootstrap.bundle.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/js/bootstrap.bundle.min.js"></script>
</head> </head>