Add: client_refresh.html - importing by JQuery

This commit is contained in:
2019-05-17 11:35:11 +09:00
parent 19707a08a1
commit 2b7758e1af
24 changed files with 247 additions and 133 deletions
+9 -4
View File
@@ -81,13 +81,18 @@
margin: 0 auto;
}
</style>
<script>
$(document).ready(function() {
$('#client_refresh').load("./../module/client_refresh.html");
});
</script>
</head>
<body>
<div id="MenuApp" style="text-align:center;"></div>
<div style="margin-top: 20px; text-align:center;">
앱이 실행되지 않으면, 브라우저의 새로 고침 버튼( <span class="oi oi-reload" title="icon reload" aria-hidden="true"></span> , 단축키 : Ctrl + R)을 눌러주세요.<br/>
(그래도 실행되지 않을때에는, Ctrl + Shift + R 을 눌러서 브라우저 캐시 삭제를 실행해 주세요)
</div>
<div id="client_refresh"></div>
</body>
</html>