Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dostonnabotov committed Nov 20, 2024
1 parent cc19474 commit 752aee8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/sass.svg" />
<link rel="icon" type="image/svg+xml" href="/sass-template/sass.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<title>Sass Template - v2.0</title>
<link rel="stylesheet" href="/assets/index-33da3ece.css">
<link rel="stylesheet" href="/sass-template/assets/index-33da3ece.css">
</head>
<body>
<main class="container">
<div class="logos">
<img src="/vite.svg" alt="Vite logo" />
<img src="/sass.svg" alt="Sass logo" />
<img src="/sass-template/vite.svg" alt="Vite logo" />
<img src="/sass-template/sass.svg" alt="Sass logo" />
</div>
<h1 class="main-title">Vite + Sass</h1>
<p>
Expand All @@ -25,7 +25,7 @@ <h1 class="main-title">Vite + Sass</h1>
target="_blank"
rel="noopener noreferrer"
>
<img src="/github.svg" alt="" />
<img src="/sass-template/github.svg" alt="" />
<span>Download here</span>
</a>
<a
Expand All @@ -34,7 +34,7 @@ <h1 class="main-title">Vite + Sass</h1>
target="_blank"
rel="noopener noreferrer"
>
<img src="/star.svg" alt="" />
<img src="/sass-template/star.svg" alt="" />
<span>Star this project</span>
</a>
</div>
Expand Down

0 comments on commit 752aee8

Please sign in to comment.