head.ejs
562 Bytes
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel='stylesheet' href='/vendors/bootstrap/css/bootstrap.min.css' />
<link rel='stylesheet' href='/vendors/bootstrap/css/bootstrap-grid.min.css' />
<link rel='stylesheet' href='/vendors/bootstrap/css/bootstrap-reboot.min.css' />
<title>🏡 How about the Village?</title>
<style>
img{display: block; margin: 0px auto;}
</style>
<img class="gyeonggi" src="/img/logo.png" wdith = 100% height= 50%>
</head>