2 Star 1 Fork 0

W@dering/智美口腔模拟诊所

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
feature.html 789 Bytes
一键复制 编辑 原始数据 按行查看 历史
W@dering 提交于 2024-02-29 11:26 . 主要文件
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>诊所首页</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<div class="clinic-name">诊所名称</div>
<img class="icon" src="messageIcon.jpg" alt="图标">
</header>
<main>
<p>功能</p>
</main>
<footer>
<nav>
<button class="active" onclick="goTo('feature')">功能</button>
<button onclick="goTo('home')">首页</button>
<button onclick="goTo('profile')">我的</button>
</nav>
<p>&copy; 2024 诊所 All Rights Reserved</p>
</footer>
<script src="app.js"></script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/dodo811118/zhimei-oral-simulation-clinic.git
git@gitee.com:dodo811118/zhimei-oral-simulation-clinic.git
dodo811118
zhimei-oral-simulation-clinic
智美口腔模拟诊所
master

搜索帮助