27 lines
835 B
Plaintext
27 lines
835 B
Plaintext
|
|
@{
|
||
|
|
|
||
|
|
}
|
||
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="en" class="app">
|
||
|
|
<head>
|
||
|
|
<meta charset="utf-8" />
|
||
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||
|
|
<title>@ViewData["Title"] - NTest Back-Office</title>
|
||
|
|
@*<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" />
|
||
|
|
@Scripts.Render("~/bundles/jquery")
|
||
|
|
@Scripts.Render("~/bundles/scripts")
|
||
|
|
<script src="/js/site.js?v=181018"></script>
|
||
|
|
<!--[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]-->
|
||
|
|
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<script>alert('@Model');</script>
|
||
|
|
</body>
|
||
|
|
</html>
|