We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a50f407 commit e868d8bCopy full SHA for e868d8b
1 file changed
src/App.jsx
@@ -3,10 +3,8 @@ import './style.css';
3
function App() {
4
return (
5
<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>
+ <h1>FCNC Lab Exam</h1>
+ <p>This is a simple homepage deployed on GitHub</p>
10
</div>
11
);
12
}
0 commit comments