Files
BasicSecurity/src/main/resources/templates/write.html
JianChoi-Kor e9e22bb76e Security
2022-07-17 21:38:43 +09:00

18 lines
567 B
HTML

<!doctype html>
<html lang="kr" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8">
<meta data-n-head="true" name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="format-detection" content="telephone=no">
<title>SecurityExample</title>
</head>
<body>
<h1>WRITE</h1>
<script type="text/javascript">
// window.setTimeout(document.getElementById('loginForm').submit(), 1);
</script>
</body>
</html>