Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkon authored Dec 28, 2023
1 parent 3c2ccdb commit 32a3c8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Yep! Tracker</title>
<title>Tracker — Yep!</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link href="style.css" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
Expand All @@ -16,7 +16,7 @@
<div class="col-10 col-sm-8 col-lg-6">
</div>
<div class="col-lg-6">
<h1 class="display-4 fw-bold lh-1 mb-3">Yep! Tracker</h1>
<h1 class="display-4 fw-bold lh-1 mb-3">Tracker<small>Yep!</small></h1>
<p class="lead">Trello power-up for time tracking.</p>
<div class="d-grid gap-2 d-md-flex justify-content-md-start">
</div>
Expand Down

0 comments on commit 32a3c8d

Please sign in to comment.