Skip to content

Commit

Permalink
Create mypost.html
Browse files Browse the repository at this point in the history
  • Loading branch information
lucretiomsp authored Jan 17, 2025
1 parent 617120a commit 8010085
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions _layouts/mypost.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="{{ '/home2.css' | relative_url }}">
</head>
<h1> Music and Sounds with Pharo </h1>
<h2>{{ page.title }}</h2>
<body>
<div class="home">
{{ content }}
</div>
</body>
</html>

0 comments on commit 8010085

Please sign in to comment.