Files
OldPeopleHome/web/firstPage.html
vickihe 1a923fafe8 update
2019-08-27 19:54:52 +08:00

15 lines
426 B
HTML
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!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>首页</title>
<link rel="stylesheet" href="firstPage_style.css">
</head>
<body>
<div id="logo">
<a href="C:\Users\lenovo\Desktop\OldPeopleHome\web\图标\LOGO.png"></a>
</div>
</body>
</html>