23 lines
566 B
Plaintext
23 lines
566 B
Plaintext
|
<%-- /*
|
||
|
* @Author: Kane
|
||
|
* @Date: 2022-10-21 00:14:43
|
||
|
* @LastEditors: Kane
|
||
|
* @LastEditTime: 2022-10-21 00:16:48
|
||
|
* @FilePath: \car_dealer\src\main\webapp\test.jsp
|
||
|
* @Description:
|
||
|
*
|
||
|
* Copyright (c) ${2022} by Kane, All Rights Reserved.
|
||
|
*/ --%>
|
||
|
<%@ page contentType="text/html;charset=UTF-8" %>
|
||
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
<title>Document</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
</body>
|
||
|
</html>
|