MOFA/components/header_partials/user_info.html

21 lines
535 B
HTML
Raw Normal View History

2024-10-22 10:12:18 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
@import url(../../css/global.css);
@import url(user_info.css);
</style>
</head>
<body>
<div class="user-info" row middle style="--gap:16px">
<div col style="--gap:2px">
<p>홍길동</p>
<span>외교정보기획국</span>
</div>
<div class="logout"></div>
</div>
</body>
</html>