You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
547 B
21 lines
547 B
<%--
|
|
Created by IntelliJ IDEA.
|
|
User: lenovo
|
|
Date: 2019/1/9
|
|
Time: 11:02
|
|
To change this template use File | Settings | File Templates.
|
|
--%>
|
|
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
|
|
<html>
|
|
<head>
|
|
<title>Title</title>
|
|
<script src="webPage/jsFile/jquery-3.3.1.js" type="text/javascript"></script>
|
|
<script src="test5.js" type="text/javascript"></script>
|
|
<script src="updateT.js" type="text/javascript"></script>
|
|
</head>
|
|
<body>
|
|
<div class="tes">holle</div>
|
|
<div class="tes2">holle</div>
|
|
</body>
|
|
</html>
|