Skip to content

Commit

Permalink
make build
Browse files Browse the repository at this point in the history
  • Loading branch information
pmiroshnyk committed Sep 18, 2024
0 parents commit a34c4af
Show file tree
Hide file tree
Showing 44 changed files with 3,543 additions and 0 deletions.
78 changes: 78 additions & 0 deletions index.2cdaf7bc.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions index.2cdaf7bc.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

65 changes: 65 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Moyo header</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/index.2cdaf7bc.css">
</head>
<body>
<header class="header">
<a class="logo" href="#">
<img src="/logo.c493797d.png" alt="logo">
</a>

<nav class="nav">
<ul class="nav__list">
<li class="nav__item">
<a href="#" class="nav__link is-active">
Apple
</a>
</li>
<li class="nav__item">
<a href="#" class="nav__link">
Samsung
</a>
</li>
<li class="nav__item">
<a href="#" class="nav__link">
Smartphones
</a>
</li>
<li class="nav__item" data-qa="hover">
<a href="#" class="nav__link">
Laptops & Computers
</a>
</li>
<li class="nav__item">
<a href="#" class="nav__link">
Gadgets
</a>
</li>
<li class="nav__item">
<a href="#" class="nav__link">
Tablets
</a>
</li>
<li class="nav__item">
<a href="#" class="nav__link">
Photo
</a>
</li>
<li class="nav__item">
<a href="#" class="nav__link">
Video
</a>
</li>
</ul>
</nav>
</header>
<script src="/layout_moyo-header.59712999.js"></script></body>
</html>
Loading

0 comments on commit a34c4af

Please sign in to comment.