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

Sanjaiy #16

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
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
100 changes: 100 additions & 0 deletions end
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
commit 9530e1f791069c241627a7926dc4b205ab881536 (HEAD -> sanjaiy, origin/main, origin/HEAD, main)
Merge: 39d5941 b466530
Author: mtamilarasi589 <[email protected]>
Date: Tue Jan 30 10:06:12 2024 +0530

Merge pull request #2 from mtamilarasi/module2

Module2

commit b46653006fbc3be676661d3cf49d68d7b98023fe
Author: mtamilarasi589 <[email protected]>
Date: Tue Jan 30 09:59:31 2024 +0530

Update mod1.html

commit e4872a2b9523b806e1ceb88a1fc7564f914f700e
Merge: f5250a7 1f3914f
Author: tamilarasi <[email protected]>
Date: Tue Jan 30 09:52:04 2024 +0530

module2 is merged with module1

commit f5250a79a1a1b8c891eacf505947422b1fb38459
Author: tamilarasi <[email protected]>
Date: Tue Jan 30 09:45:00 2024 +0530

updated mod1.html in module2

commit 1f3914ff22ac9023dd2f4ece5b58a4004ec9cef5
Author: tamilarasi <[email protected]>
Date: Tue Jan 30 09:43:59 2024 +0530

updated mod1.html in module1

commit f466c51257e9585f8b0ba399b6730e91775e27d0
Author: tamilarasi <[email protected]>
Date: Tue Jan 30 09:29:27 2024 +0530

created mod1.html in module2

commit 8f93ee894e0205f4e199c1b6e7e24b8ad5321cef
Author: tamilarasi <[email protected]>
Date: Tue Jan 30 09:21:59 2024 +0530

updated index.html and created mod1.html

commit 39d59417fbcfa2581fa673ffef6f0eae1061c180
Author: Tamilarasi <[email protected]>
Date: Tue Jan 30 03:00:05 2024 +0530

updated heading in index.html

commit f2ad6cda5d594854621057f1c09793e297a339cd
Author: mtamilarasi589 <[email protected]>
Date: Tue Jan 30 02:54:24 2024 +0530

Update index.html

commit fb9216619e4e634f19da44d224fed8b90396924c
Merge: 2b83c9e 2fb3e78
Author: Tamilarasi <[email protected]>
Date: Mon Jan 29 21:31:18 2024 +0530

Merge branch 'main' of https://github.com/mtamilarasi589/GithubDemo

commit 2b83c9e4c0248e119f1a8e6105f044a5f8eaa0b3
Author: Tamilarasi <[email protected]>
Date: Mon Jan 29 20:36:27 2024 +0530

created commands and data files

commit c8d46a16f2e6e4eea801cc6fb6fe379a2a13e5e4
Author: Tamilarasi <[email protected]>
Date: Mon Jan 29 19:21:07 2024 +0530

updated title in index.html file

commit 1b2006b9747efdfea7577b0ba027b63b68f33124
Author: Tamilarasi <[email protected]>
Date: Mon Jan 29 19:07:23 2024 +0530

updated styles in index.html file

commit 2dc6b948dab9155aa5df4693689f3f6861b99f12
Author: Tamilarasi <[email protected]>
Date: Mon Jan 29 19:00:28 2024 +0530

created styles.css file

commit 6ef718303e6686e1578fcb9feac51226d526911a
Author: Tamilarasi <[email protected]>
Date: Mon Jan 29 18:49:43 2024 +0530

created index.html file

commit 2fb3e78ca491998b3bf19c6107ec8340617c4fd9
Author: mtamilarasi589 <[email protected]>
Date: Mon Jan 29 18:16:38 2024 +0530

Initial commit
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<title>Welcome</title>
<title>Homepage</title>
</head>
<body>
<h1>Hi</h1>
<p>This is the first file in my new Git Repo.</p>
<p>Welcome</p>
</body>
</html>
13 changes: 13 additions & 0 deletions login.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<title>Welcome</title>
</head>
<body>
<h1>Hi</h1>
<p>Welcome</p>
</body>
</html>