14 lines
525 B
Plaintext
14 lines
525 B
Plaintext
<div style="padding: 10%;">
|
|
<h2>네트워크 상태를 확인해주세요.</h2>
|
|
</div>
|
|
<a href="/Home/Index" id="save2" class="full button large blue2 npsave2" title="홈화면으로 이동">홈화면으로 이동</a>
|
|
@section scripts{
|
|
<script>
|
|
$(document).ready(function () {
|
|
$("#mainokbutton").unbind("click").on("click", function () {
|
|
location.href = "/";
|
|
});
|
|
msg("네트워크 상태를 확인해주세요.");
|
|
});
|
|
</script>
|
|
} |