23 lines
636 B
HTML
23 lines
636 B
HTML
|
<!--
|
||
|
* @Author: Kane
|
||
|
* @Date: 2022-10-11 22:49:54
|
||
|
* @LastEditors: Kane
|
||
|
* @LastEditTime: 2022-10-11 23:00:06
|
||
|
* @FilePath: \car_dealer\index.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" />
|
||
|
</head>
|
||
|
<body></body>
|
||
|
</html>
|