31 lines
		
	
	
		
			871 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			871 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!--
 | 
						|
 * @Author: Kane
 | 
						|
 * @Date: 2022-10-11 23:19:28
 | 
						|
 * @LastEditors: Kane
 | 
						|
 * @LastEditTime: 2022-10-12 00:22:29
 | 
						|
 * @FilePath: \car_dealer\login.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>登录</title>
 | 
						|
        <link rel="stylesheet" href="css/root.css" />
 | 
						|
        <link rel="stylesheet" href="css/normalize.css" />
 | 
						|
        <link rel="stylesheet" href="css/login.css" />
 | 
						|
    </head>
 | 
						|
    <body>
 | 
						|
        <div class="dash_box">
 | 
						|
            <div class="title_box">
 | 
						|
                <h1>车商渠道</h1>
 | 
						|
            </div>
 | 
						|
        </div>
 | 
						|
        <div class="login_box"></div>
 | 
						|
    </body>
 | 
						|
</html>
 |