Browse Source

xml预览加上bootstrap样式

pull/54/MERGE
陈精华 2 years ago
parent
commit
167189d4e4
No known key found for this signature in database
GPG Key ID: 30BDC970902B755D
  1. 2
      server/src/main/resources/web/xml.ftl

2
server/src/main/resources/web/xml.ftl

@ -5,6 +5,8 @@
<meta name="viewport" content="width=device-width, user-scalable=yes, initial-scale=1.0">
<title>xml文本预览</title>
<#include "*/commonHeader.ftl">
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css"/>
<script src="bootstrap/js/bootstrap.min.js" type="text/javascript"></script>
<link rel="stylesheet" href="css/xmlTreeViewer.css"/>
<script src="js/xmlTreeViewer.js" type="text/javascript"></script>
</head>

Loading…
Cancel
Save