Add index.html
This commit is contained in:
41
index.html
Normal file
41
index.html
Normal file
@@ -0,0 +1,41 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>My Profile</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="container">
|
||||
|
||||
<div class="card">
|
||||
<h1>My Profile</h1>
|
||||
|
||||
<h2>About Me</h2>
|
||||
<p>Hello! My name is Siddhi. I am a web development intern.</p>
|
||||
|
||||
<h2>My Skills</h2>
|
||||
<ul>
|
||||
<li>HTML</li>
|
||||
<li>CSS</li>
|
||||
<li>JavaScript</li>
|
||||
</ul>
|
||||
|
||||
<h2>Contact</h2>
|
||||
<p>Email: siddhiavhad27@email.com</p>
|
||||
|
||||
<h2>My Favorite Website</h2>
|
||||
<a href="https://www.google.com" target="_blank">Visit Google</a>
|
||||
|
||||
<h2>Interaction</h2>
|
||||
<button id="btn">Click Me</button>
|
||||
|
||||
<hr>
|
||||
<p class="footer">Created during Jio Internship 🚀</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<script src="script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user