first commit

This commit is contained in:
编码猿
2024-09-27 02:06:13 +08:00
commit 852d94fbb9
36760 changed files with 3274413 additions and 0 deletions

View File

@@ -0,0 +1,52 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<body>
<div class="main">
<!-- 网站的头部 -->
<div class="header">
网站的头部
</div>
<!-- 网站的左侧菜单 -->
<div class="left-menu">
网站的左侧菜单
</div>
<!-- 网站的中间内容 -->
<div class="centent">
网站的中间内容
</div>
<!-- 网站的右边的导航 -->
<div class="right-nav">
网站的右边的导航
</div>
<div class="footer">
网站底部的版权
</div>
</div>
<!-- <a href="">我是超链接1</a>
<a href="">我是超链接2</a>
<a href="">我是超链接3</a>
<hr>
<p>我是p1</p>
<p>我是p2</p>
<p>我是p3</p> -->
</body>
</html>