Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/App.jsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
function App() {
return (
<hgroup>
<article>
<div className="container">
<img src="images/group.svg" alt="Stargazer group" />
<h1>Meet the StarGazers</h1>
<p>Members of an <b>intergalactic alliance</b> paving the way for peace and benevolence among all species. They are known for their enthusiasm for science, for their love of fun, and their dedication to education.</p>
</div>
</article>
</hgroup>
)
}
Expand Down