html property
Implementation
static final String html = '''
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<script type="text/javascript" src="https://cdn.iamport.kr/v1/iamport.js"></script>
</head>
<body></body>
</html>
''';