This commit is contained in:
vickihe
2019-08-27 19:54:52 +08:00
parent 4410650225
commit 1a923fafe8
5 changed files with 16 additions and 1 deletions

15
web/firstPage.html Normal file
View File

@@ -0,0 +1,15 @@
<!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>

0
web/firstPage_style.css Normal file
View File

View File

@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>oldPeopleHome</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="login_style.css">
</head>
<body>
<div>

BIN
web/图标/LOGO.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB