fix bootstrap

This commit is contained in:
dharm pimsen 2024-08-23 23:33:43 +07:00
parent 3b405b958b
commit 7cbaeadc7b

View File

@ -8,6 +8,7 @@
const {shell} = require('electron'); const {shell} = require('electron');
</script> </script>
<link rel="stylesheet" href="../node_modules/bootstrap/dist/css/bootstrap.min.css"> <link rel="stylesheet" href="../node_modules/bootstrap/dist/css/bootstrap.min.css">
<script src="../node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
<link rel="stylesheet" type="text/css" href="styles.css" /> <link rel="stylesheet" type="text/css" href="styles.css" />
</head> </head>
<body> <body>