23 lines
519 B
HTML
23 lines
519 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
|
||
|
<title>Blog preview card</title>
|
||
|
|
||
|
<link rel="icon" type="image/png" sizes="32x32" href="./assets/images/favicon-32x32.png">
|
||
|
<link rel="stylesheet" href="styles.css">
|
||
|
</head>
|
||
|
<body>
|
||
|
Learning
|
||
|
|
||
|
Published 21 Dec 2023
|
||
|
|
||
|
HTML & CSS foundations
|
||
|
|
||
|
These languages are the backbone of every website, defining structure, content, and presentation.
|
||
|
|
||
|
Greg Hooper
|
||
|
</body>
|
||
|
</html>
|