Skip to content
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
28 changes: 28 additions & 0 deletions List.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<html>

<head>
<title>Todo List</title>
<link rel="stylesheet" type="text/css" href="tudo.css">
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
<script src="https://code.jquery.com/jquery-3.5.1.js"
integrity="sha256-QWo7LDvxbWT2tbbQ97B53yJnYU3WhH/C8ycbRAkjPDc=" crossorigin="anonymous"></script>

</head>

<body>
<div id="container">
<h1>To-Do List</h1>
<input type="text">
<ul>
<li><span>X </span>Go to Portion Class</li>
<li><span>X </span>Buy New Robes</li>
<li><span>X </span>Visit Hagrid</li>
</ul>

</div>

<script type="text/javascript" src="tudo.js"></script>
</body>

</html>
5 changes: 3 additions & 2 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
</div>
</nav>

<div class="container my-4">
<div class="container my-3">
<div class="row featurette d-flex justify-content-center align-items-center">
<div class="col-md-7">
<h2 class="featurette-heading">It all started with iCoder's Idea. <span class="text-muted">It’ll blow your
Expand Down Expand Up @@ -97,7 +97,8 @@ <h2 class="featurette-heading">First featurette heading. <span class="text-muted
</div>
</div>
</div>

<div>
</div>
<footer class="container">
<p class="float-right"><a href="#">Back to top</a></p>
<p>© 2020-2021 iCoder, Inc. · <a href="#">Privacy</a> · <a href="#">Terms</a></p>
Expand Down