change relative path into absolute path

This commit is contained in:
Yanzhen Yu
2018-10-16 12:11:00 +08:00
parent 3e5c0adcdc
commit eef6a6e389
5 changed files with 66 additions and 10 deletions

View File

@@ -0,0 +1,13 @@
<!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>
<a href="./basic.html"></a>
<img src="./a.jpg" alt="" srcset="">
</body>
</html>