Skip to content

Commit

Permalink
chore: Add meta tags to index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitacontreras committed Jun 28, 2024
1 parent 2e27915 commit da257ae
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
justify-content: center;
overflow: hidden;
margin: 20px 0;
-webkit-user-select: none;
-webkit-user-drag: none;
-webkit-app-region: no-drag;
cursor: default;
}

.text {
Expand Down Expand Up @@ -70,6 +74,9 @@
}
</style>
<meta charset="UTF-8" />
<meta name="description" content="Generate your brat-like image from the newest Charlie XCX album" />
<meta name="keywords" content="brat, brat generator, brat charlie xcx, charlix xcx," />
<meta name="author" content="nikitastrike" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" />
<title>brat generator :P</title>
Expand All @@ -80,7 +87,7 @@ <h1>brat generator</h1>
<input type="text" id="textInput" placeholder="Ingrese texto" oninput="updateText()" />

<div class="container" id="container">
<p class="text" id="text">Texto inicial</p>
<p class="text" id="text">brat</p>
</div>

<div class="social-networks">
Expand Down

0 comments on commit da257ae

Please sign in to comment.