Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Iamshadow-io authored Mar 25, 2024
1 parent be28149 commit 4f56d9d
Showing 1 changed file with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,27 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<title>iamshadow</title>
<link rel="icon" href="sasuke.jpg" type="icon">
<link rel="stylesheet" href="styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Didact+Gothic&family=Jura:[email protected]&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rajdhani:wght@300;400;500;600;700&display=swap" rel="stylesheet">
</head>
<body>
<header>schedule</header>
<div class="container">
<h1>Hello, Shadow</h1>
<input type="text" placeholder="enter your task">
<button>Add</button>
<div class="schedule">
<h1>hello, Shadow</h1>
</div>
<div class="action">
<input type="text" placeholder="enter your task">
<button>Add</button>
</div>
<div class="sidebar">
<ul>
<li>Sasuke</li>
<li>Shadow</li>
<li>Ayankokoji</li>
</ul>
</div>
</div>
<script src="script.js"></script>
</body>
</html>

0 comments on commit 4f56d9d

Please sign in to comment.