Skip to content

Commit

Permalink
chore: run prettier on index.html & fix errors (#2414)
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiabrandt committed Oct 31, 2023
1 parent 2ced5c8 commit a36f9d0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.3.1/css/all.css"
Expand All @@ -16,22 +16,22 @@
type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.0/normalize.min.css"
/>
<link rel="icon" href="ZTM_SimardeepSingh-zsh.ico" type="image/x-icon">
<link rel="icon" href="ZTM_SimardeepSingh-zsh.ico" type="image/x-icon" />
<title>Animation Nation - ZTM Hacktoberfest</title>
</head>

<body>
<div id="header">
<h1>Animation Nation</h1>
<h2>A ZTM Challenge for Hacktoberfest</h2>
<input id="search-bar" placeholder=" 🔍 Search art or author"></input>
<input id="search-bar" placeholder=" 🔍 Search art or author" />
</div>

<!-- <main> -->
<ul class="flex" id="cards">
<!-- Content is generated dynamically -->
<!-- Add your card in include.js following the instructions -->
</ul>
<ul class="flex" id="cards">
<!-- Content is generated dynamically -->
<!-- Add your card in include.js following the instructions -->
</ul>
<!-- </main> -->

<div class="go-to-top">
Expand Down

0 comments on commit a36f9d0

Please sign in to comment.