This commit is contained in:
2021-11-07 17:04:41 +00:00
commit f83ef2ccf6
5 changed files with 57 additions and 0 deletions

15
second_page.html Normal file
View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/second.css">
<title>Document</title>
</head>
<body>
<h1 class="title"> Second </h1>
<a href="index.html"> Home </a>
</body>
</html>