去掉Apollo配置中心依赖
This commit is contained in:
41
jodconverter-web/src/main/resources/web/fileNotSupported.ftl
Normal file
41
jodconverter-web/src/main/resources/web/fileNotSupported.ftl
Normal file
@ -0,0 +1,41 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html lang="en">
|
||||
<head>
|
||||
<style type="text/css">
|
||||
body{
|
||||
margin: 0 auto;
|
||||
width:900px;
|
||||
background-color: #CCB;
|
||||
}
|
||||
.container{
|
||||
width: 700px;
|
||||
height: 700px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
img{
|
||||
width:auto;
|
||||
height:auto;
|
||||
max-width:100%;
|
||||
max-height:100%;
|
||||
padding-bottom: 36px;
|
||||
}
|
||||
span{
|
||||
display: block;
|
||||
font-size:20px;
|
||||
color:blue;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<img src="images/sorry.jpg" />
|
||||
<span>
|
||||
该文件类型(${fileType})系统暂时不支持在线预览,<b>说明</b>:
|
||||
<p>${msg}</p>
|
||||
如有需要请联系<a href="mailto:1210893441@qq.com">@HappyPig</a>
|
||||
</span>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user