done
This commit is contained in:
parent
7e330f54cb
commit
8b5e26708e
|
@ -20,6 +20,8 @@ app.use(cors());
|
|||
// origin: 'http://67.225.129.127:81', // Allow requests from your frontend
|
||||
// methods: 'GET,POST', // Specify allowed methods
|
||||
// }));
|
||||
app.use(express.static('dist'));
|
||||
|
||||
|
||||
app.use(
|
||||
session({
|
||||
|
|
|
@ -14,16 +14,24 @@
|
|||
<meta name="description" 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 -->
|
||||
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
|
||||
<!-- <link rel="stylesheet" type="text/css" href="css/bootstrap.min.css"> -->
|
||||
<!-- style css -->
|
||||
<link rel="stylesheet" type="text/css" href="css/style.css">
|
||||
<!-- <link rel="stylesheet" type="text/css" href="css/style.css"> -->
|
||||
<!-- Responsive-->
|
||||
<link rel="stylesheet" type="text/css" href="css/responsive.css">
|
||||
<!-- <link rel="stylesheet" type="text/css" href="css/responsive.css"> -->
|
||||
<!-- fevicon -->
|
||||
<!-- <link rel="icon" href="images/fevicon.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 -->
|
||||
<link rel="stylesheet" href="css/jquery.mCustomScrollbar.min.css">
|
||||
<!-- Tweaks for older IEs-->
|
||||
|
@ -34,7 +42,7 @@
|
|||
|
||||
<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://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 type="module" crossorigin src="/assets/index-DAjohXmt.js"></script>
|
||||
|
|
|
@ -14,16 +14,24 @@
|
|||
<meta name="description" 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 -->
|
||||
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
|
||||
<!-- <link rel="stylesheet" type="text/css" href="css/bootstrap.min.css"> -->
|
||||
<!-- style css -->
|
||||
<link rel="stylesheet" type="text/css" href="css/style.css">
|
||||
<!-- <link rel="stylesheet" type="text/css" href="css/style.css"> -->
|
||||
<!-- Responsive-->
|
||||
<link rel="stylesheet" type="text/css" href="css/responsive.css">
|
||||
<!-- <link rel="stylesheet" type="text/css" href="css/responsive.css"> -->
|
||||
<!-- fevicon -->
|
||||
<!-- <link rel="icon" href="images/fevicon.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 -->
|
||||
<link rel="stylesheet" href="css/jquery.mCustomScrollbar.min.css">
|
||||
<!-- Tweaks for older IEs-->
|
||||
|
@ -34,7 +42,7 @@
|
|||
|
||||
<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://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>
|
||||
|
||||
</head>
|
||||
|
|
Loading…
Reference in New Issue