Skip to content

Commit e868d8b

Browse files
committed
updated code
1 parent a50f407 commit e868d8b

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

src/App.jsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ import './style.css';
33
function App() {
44
return (
55
<div className="container">
6-
<h1>Welcome to My React Project - S105</h1>
7-
<h1>CI/CD and Cloud Devops Course</h1>
8-
<p>This is a simple homepage deployed on GitHub Actions using Vite.</p>
9-
<h1>Done With Git Pages And Git Actions</h1>
6+
<h1>FCNC Lab Exam</h1>
7+
<p>This is a simple homepage deployed on GitHub</p>
108
</div>
119
);
1210
}

0 commit comments

Comments
 (0)