-
Notifications
You must be signed in to change notification settings - Fork 0
/
contacts.html
22 lines (21 loc) · 1.01 KB
/
contacts.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Huabei'websites</title>
</head>
<body>
<header>
<h1>华北的小屋 </h1>
</header>
<nav class="nav"><strong><a href="index.html">主页 </a></strong> <strong><a href="learning_notes/learning_notes.html">学习笔记</a></strong><strong> </strong> <strong><a href="reading_notes/reading_notes.html">读书笔记</a></strong> <strong>深度学习</strong> <strong>一点想法</strong> <strong><a href="contacts.html">联系方式</a></strong><strong> </strong> </nav>
<main class="main">
<p> 联系方式:</p>
<p>QQ:951946366.com</p>
<p>微信: </p>
<img src="image/mmqrcode1657451572781.png" alt=""/>
<p> </p>
</main>
<footer class="footer">Copyright © 2022 王华北</footer>
</body>
</html>