22 lines
562 B
HTML
22 lines
562 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>footer</title>
|
|
<style>
|
|
@import url(../../css/global.css);
|
|
@import url(footer.css);
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<footer>
|
|
<container>
|
|
<div row between middle>
|
|
<p style="--color:#ffffff99">Copyright ⓒ 대한민국 외교부. All rights reserved</p>
|
|
<footer-logo />
|
|
</div>
|
|
</container>
|
|
</footer>
|
|
</body>
|
|
</html> |