Skip to content

Commit

Permalink
Update library title text
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitahl committed Aug 23, 2024
1 parent ce34ac4 commit d24a3da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions library.html
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<title>Youtube Local Library</title>
<title>YouTube Local Library</title>
<link rel="stylesheet" href="dist/css/library.min.css">
<link rel="icon" type="image/png" sizes="32x32" href="images/icon32.png">
</head>
<body>
<div class="container">
<div class="headline">
<div>
<svg width="128px" height="128px" viewBox="0 0 128 128" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<svg width="100px" height="100px" viewBox="0 0 128 128" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="image">
<rect id="Rectangle" fill="#FFFFFF" x="0" y="0" width="128" height="128"></rect>
Expand All @@ -20,7 +20,7 @@
</g>
</svg>
</div>
<h1>Youtube Local Library</h1>
<h1>YouTube Local Library</h1>
</div>
<div class="content">
<aside class="sidebar">
Expand Down

0 comments on commit d24a3da

Please sign in to comment.