保存进度!
This commit is contained in:
37
企业级管理系统/java/AdminSys/target/admin-system/test.html
Normal file
37
企业级管理系统/java/AdminSys/target/admin-system/test.html
Normal file
@@ -0,0 +1,37 @@
|
||||
<!--
|
||||
* @Author: Kane
|
||||
* @Date: 2022-10-19 09:59:34
|
||||
* @LastEditors: Kane
|
||||
* @LastEditTime: 2022-10-19 17:21:25
|
||||
* @FilePath: \car_dealer\src\main\webapp\test.html
|
||||
* @Description:
|
||||
*
|
||||
* Copyright (c) ${2022} by Kane, All Rights Reserved.
|
||||
-->
|
||||
<!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>
|
||||
<link rel="stylesheet" href="css/root.css" />
|
||||
<link rel="stylesheet" href="css/normalize.css" />
|
||||
<link rel="stylesheet" href="css/kane.css" />
|
||||
<link rel="stylesheet" href="css/test.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="root">
|
||||
<!-- <div><a>测试的文本!!!!</a> <a>第二行文本!!!</a></div>
|
||||
<div class="warp_test"></div> -->
|
||||
<ol>
|
||||
<li>测试</li>
|
||||
<li>测试</li>
|
||||
<li>测试</li>
|
||||
<li>测试</li>
|
||||
<li>测试</li>
|
||||
<li>测试</li>
|
||||
</ol>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user