mirror of
https://github.com/kevin-DL/example.git
synced 2026-03-10 18:34:39 +00:00
16 lines
460 B
HTML
16 lines
460 B
HTML
<!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" type="text/css" href="css/main.css">
|
|
<link rel="stylesheet" href="css/index.css">
|
|
<title>Document</title>
|
|
</head>
|
|
<body>
|
|
<h1 class="title"> Home Page </h1>
|
|
|
|
<a href="second_page.html"> Second Page </a>
|
|
</body>
|
|
</html> |