Skip to content
Open

Dev1 #10

Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions aboutus.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
echo "<html><head><title>About Us</title></head><body><h1>Welcome to our About Us page!</h1><p>This is a sample content.</p></body></html>" > aboutus.html
12 changes: 12 additions & 0 deletions homepage.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Homepage</title>
</head>
<body>
<h1>Welcome to the Homepage!</h1>
<p>This is a sample page.</p>
</body>
</html>