20 lines
493 B
Plaintext
20 lines
493 B
Plaintext
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
|
|
<%
|
|
String cntx = request.getContextPath();
|
|
%>
|
|
<!doctype html>
|
|
<html lang="ko">
|
|
<head>
|
|
<style type="text/css">
|
|
body {
|
|
height: 100vh;
|
|
background: url("/svg/sample.svg") no-repeat center/cover;
|
|
overflow: hidden;
|
|
}
|
|
</style>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Wallboard Test</title>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html> |