2020-10-12 14:39:23 +09:00
|
|
|
@{
|
|
|
|
|
ViewData["Title"] = "?";
|
|
|
|
|
Layout = null;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en" class="bg-black">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
2020-10-12 15:32:10 +09:00
|
|
|
<title>@ViewData["Title"] - 영남건설기술교육원</title>
|
2020-10-12 14:39:23 +09:00
|
|
|
@*<link rel="shortcut icon" href="/images/nptech.ico" />*@
|
|
|
|
|
<meta name="description" content="ntest" />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
|
|
|
|
@Styles.Render("~/Content/css")
|
|
|
|
|
@Scripts.Render("~/bundles/jquery")
|
|
|
|
|
@Scripts.Render("~/bundles/scripts")
|
|
|
|
|
<!--[if lt IE 9]>
|
|
|
|
|
<script src="js/ie/html5shiv.js"></script>
|
|
|
|
|
<script src="js/ie/respond.min.js"></script>
|
|
|
|
|
<script src="js/ie/excanvas.js"></script>
|
|
|
|
|
<![endif]-->
|
|
|
|
|
<script type="text/javascript" src="/js/site.js"></script>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
@ViewBag.enc
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|