优化:删除无用代码、页面加header

This commit is contained in:
陈精华
2019-11-21 16:59:12 +08:00
committed by kl
parent ae93d48b44
commit 0798b8d8a0
5 changed files with 4 additions and 22 deletions

View File

@ -1,9 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<body>
${doc}
</body>
</html>

View File

@ -1,11 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<body>
${docxConvert}
</body>
</html>

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<title>office图片预览</title>
<title>PDF图片预览</title>
<link href="//netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<script src="js/lazyload.js"></script>
<style>

View File

@ -2,6 +2,8 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>PDF预览</title>
<link href="//netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<style type="text/css">
body{

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>图片预览</title>
<title>图片预览</title>
<link rel="stylesheet" href="css/viewer.min.css">
<style>
* { margin: 0; padding: 0;}