Files
LMSGI-2024-25/Unidad_03_HTML/SASS/05_mixin_with_params/index.html
2025-01-27 13:50:39 +01:00

13 lines
225 B
HTML

<!DOCTYPE html>
<html>
<link rel="stylesheet" href="index.css">
<body>
<h1>Hello World</h1>
<p class="myArticle">This is some text in my article.</p>
<p class="myNotes">This is some text in my notes.</p>
</body>
</html>