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

dynamics #53

Open
wants to merge 1 commit 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
Empty file added dell.txt
Empty file.
24 changes: 24 additions & 0 deletions from starting/hefgehf.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>home</title>
</head>
<body>
<center>
<h1>Lorem ipsum dolor sit.</h1>
<p>Lorem ipsum dolor sit amet consectetur.</p>
<h1>how to open link</h1>
<a href="https://www.google.com"> hello world</a>
<img src="hii.jpg" height="50px" width="25px">
<video controls>
<source src="preview.mp4" type="video/mp4">

</video>



</body>
</html>
Binary file added from starting/hii.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added from starting/preview.mp4
Binary file not shown.
14 changes: 14 additions & 0 deletions from starting/starting.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<html>
<head>
<title>
from to starting end
</title>
</head>

<body>
<h1 style="color:red ; font-size:large">this is my first time at home</h1>
<p style="color: blue; font-size:medium">this is something prettycool.I just trying to do some stuff which make me feel happy.it's been a while ,i randomly thought some stuff cause im here for not only fun but also trying to focus on my goal
</p>
<img src="" alt="">
</body>
</html>