Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update index.html #66

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update index.html
  • Loading branch information
Kassiie127 authored Dec 18, 2023
commit 1d41fcb67e8bff07a422cfdbda17aa5261fa000b
13 changes: 9 additions & 4 deletions ch02/exercises/hello-diamol-web/html/index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
<!DOCTYPE html>
<html>
<body>
<body style="background-color: blanchedalmond; font-family: monospace">
<h1>
Hello from Chapter 2!
Hello Josue!
</h1>
<h2>
This is <a href="https://www.manning.com/books/learn-docker-in-a-month-of-lunches">Learn Docker in a Month of Lunches</a>.
This is <a> A proof of my Lab haha
</a>.
</h2>
<h3>
And a sample solution for the first lab.
</h3>
</body>
</html>
</html>