summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/index.html b/index.html
index 55a1da5..b4cc6ae 100644
--- a/index.html
+++ b/index.html
@@ -1,17 +1,17 @@
<!DOCTYPE html>
-<html>
+<html lang="en">
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
- <title>To-Do-List</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
+ <title>To-Do-List</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css">
- <link rel='stylesheet' type='text/css' media='screen' href='main.css'>
+ <link rel='stylesheet' type='text/css' rel='stylesheet' href='main.css'>
</head>
<body>
<main>
- <h1>To-Do-List</h1>
<div class="container">
+ <h1>To-Do-List</h1>
<ul class="list" id="list">
<form action="" id="form" method="post">
<input autofocus type="text" name="add" class="add" placeholder="What do you need to do?" maxlength="250">