2023-01-06 16:00:15 +08:00
<!DOCTYPE html>
< html lang = "" >
< head >
< meta charset = "utf-8" >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" >
< meta name = "viewport" content = "width=device-width,initial-scale=1.0" >
< link rel = "icon" href = "<%= BASE_URL %>favicon.ico" >
< title > AiDA< / title >
2023-09-12 10:11:27 +08:00
<!-- <link href="https://fonts.font.im/css?family=Roboto:400,500,700,700i" rel="stylesheet">
< link href = "https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap" rel = "stylesheet" > -->
< link rel = "stylesheet" href = "./css/googleapis.css" >
< link rel = "stylesheet" href = "./css/roboto.css" >
2023-01-06 16:00:15 +08:00
< / head >
< body >
2023-09-12 10:11:27 +08:00
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/color - thief/2.3.0/color - thief.umd.js"></script> -->
< script src = "./js/color-thief.js" > < / script >
2023-01-06 16:00:15 +08:00
< noscript >
< strong > We're sorry but < %= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.< / strong >
< / noscript >
< div id = "app" > < / div >
<!-- built files will be auto injected -->
< / body >
< / html >