Skip to content

Commit

Permalink
pushing first html file
Browse files Browse the repository at this point in the history
  • Loading branch information
kunalarya873 committed Oct 10, 2023
1 parent a18d670 commit 866962d
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Class Notes.pdf
Binary file not shown.
Binary file added HTML Codes.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion helloworld.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
print('Hello')
print('Hello')
14 changes: 14 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Title</title>
</head>
<body>
Hello World
<p></p>
</body>
</html>

0 comments on commit 866962d

Please sign in to comment.