xml预览加上bootstrap样式

pull/54/MERGE
陈精华 2022-12-13 17:26:50 +08:00
parent d6c083fb5b
commit 167189d4e4
No known key found for this signature in database
GPG Key ID: 30BDC970902B755D
1 changed files with 2 additions and 0 deletions

View File

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