<%@ page contentType="text/html;charset=UTF-8" %>
|
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
|
<c:set var="ctx" value="${pageContext.request.contextPath}"/>
|
<html>
|
<head>
|
<script type="text/javascript" src="${ctx}/static/jquery/jquery-3.1.0.min.js"></script>
|
<title>添加机器</title>
|
</head>
|
<body>
|
<div class="content-wrapper">
|
<section class="content-header">
|
</section>
|
<section class="content container-fluid" style="margin-top:150px;margin-left:150px;">
|
</section>
|
</div>
|
|
</body>
|
</html>
|