9
0
mirror of https://github.com/donlon/cloudflare-error-page.git synced 2025-12-19 06:49:30 +00:00

editor/web: import bootstrap css from script

This commit is contained in:
Anthony Donlon
2025-12-19 01:17:13 +08:00
parent 7229ad7281
commit 5bc662dd06

View File

@@ -7,6 +7,7 @@
*/
import ejs from 'ejs';
import templateContent from './template.ejs?raw';
import 'bootstrap/dist/css/bootstrap.min.css';
let template = ejs.compile(templateContent);