Skip to content

Commit

Permalink
happy
Browse files Browse the repository at this point in the history
  • Loading branch information
osgeum committed Jan 31, 2024
1 parent 4bb60a5 commit c05f4ca
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions public/'
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>My Node.js App</title>
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<img src="images/fastcampus.png" alt="fastcampus logo">
<h1>happy</h1>
<p>happy</p>
</body>
</html>

4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</head>
<body>
<img src="images/fastcampus.png" alt="fastcampus logo">
<h1>Hacked GOS!!!Hack</h1>
<p>Hack Hack Hack</p>
<h1>happy</h1>
<p>happy</p>
</body>
</html>

0 comments on commit c05f4ca

Please sign in to comment.