apps/com.actionsoft.apps.kms/template/page/com.actionsoft.apps.kms.browserPreview.htm

39 lines
537 B
HTML
Raw Normal View History

2024-10-30 20:29:52 +08:00
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>预览</title>
<link rel="stylesheet" href="../commons/css/awsui.css" />
<style type="text/css">
html, body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
}
body {
white-space: nowrap;
text-align: center;
}
.helper {
display: inline-block;
height: 100%;
vertical-align: middle;
}
img {
vertical-align: middle;
}
</style>
</head>
<body>
<span class="helper"></span>
<img alt="" src="<#url>">
</body>
</html>