Skip to content

Commit

Permalink
update title page
Browse files Browse the repository at this point in the history
  • Loading branch information
Moh7ven committed Oct 1, 2023
1 parent 732be50 commit 1f1c335
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Connexion-NoteBookCouture</title>
<title>Connexion Your-todolist</title>
<link rel="stylesheet" href="./css/connexion.css" />
<link
href="https://fonts.googleapis.com/css?family=Poppins"
rel="stylesheet"
/>
<link rel="shortcut icon" href="../img/logo.png" />
<!-- <link rel="shortcut icon" href="../img/logo.png" /> -->
</head>
<body>
<section class="principal">
Expand All @@ -20,7 +20,7 @@
</a>
</div> -->
<h1
style="text-align: center; color: white; text-decoration: underline;"
style="text-align: center; color: white; text-decoration: underline"
>
Your <span style="color: #1a5d1a">ToDoList</span>
</h1>
Expand Down
8 changes: 5 additions & 3 deletions pages/inscription.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Inscription-NoteBookCouture</title>
<title>Inscription-Your ToDoList</title>
<link rel="stylesheet" href="../css/inscription.css" />
<link
href="https://fonts.googleapis.com/css?family=Poppins"
rel="stylesheet"
/>
<link rel="shortcut icon" href="../img/logo.png" />
<!-- <link rel="shortcut icon" href="../img/logo.png" /> -->
</head>
<body>
<section class="principal">
Expand All @@ -20,7 +20,9 @@
</a>
</div> -->
<form>
<h1 style="text-align: center; color: white; text-decoration: underline;">
<h1
style="text-align: center; color: white; text-decoration: underline"
>
Your <span style="color: #1a5d1a">ToDoList</span>
</h1>
<p>Inscription</p>
Expand Down
2 changes: 1 addition & 1 deletion pages/todopage.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
href="https://fonts.googleapis.com/css?family=Poppins"
rel="stylesheet"
/>
<title>Document</title>
<title>Your ToDoList</title>
</head>
<body>
<h1>Bienvenue <span id="nomAffiche">Mohamed</span></h1>
Expand Down

0 comments on commit 1f1c335

Please sign in to comment.