20 lines
349 B
HTML
20 lines
349 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<title>Smiley</title>
|
||
|
<meta name="viewport" content="initial-scale=1,witdh=device-width">
|
||
|
<link rel="stylesheet" href="./css/style2.css">
|
||
|
|
||
|
|
||
|
</head>
|
||
|
<body>
|
||
|
<main>
|
||
|
<header></header>
|
||
|
<section></section>
|
||
|
<aside></aside>
|
||
|
<footer></footer>
|
||
|
</main>
|
||
|
</body>
|
||
|
</html>
|