TC 수정 적용 (CSS, 정렬)

This commit is contained in:
kimre
2022-07-15 20:30:57 +09:00
parent 71415bac5b
commit aa84f4e3d5
6 changed files with 88 additions and 48 deletions

View File

@@ -1,16 +1,16 @@
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>hubez-admin-web</title>
</head>
<body>
<noscript>
<strong>We're sorry but hubez-admin-web 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>
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="icon" href="<%= BASE_URL %>logo.png">
<title>hubez-admin-web</title>
</head>
<body>
<noscript>
<strong>We're sorry but hubez-admin-web 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>