Skip to content

Commit

Permalink
html form
Browse files Browse the repository at this point in the history
  • Loading branch information
OlenaIa committed Jun 17, 2023
1 parent 9fa25bf commit cecbec8
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 72 deletions.
Binary file removed src/images/logo.png
Binary file not shown.
15 changes: 11 additions & 4 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,18 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Page title</title>
<link rel="stylesheet" href="./sass/index.scss" />
<script type="module" src="./index.js"></script>
<link rel="stylesheet" href="./styles.css" />
</head>
<body>
<!-- ❗️❗️❗️ Add partials like so for every page -->
<include src="./partials/example.html"></include>
<form class="search-form" id="search-form">
<input
type="text"
name="searchQuery"
autocomplete="off"
placeholder="Search images..."
/>
<button type="submit">Search</button>
</form>
<script type="module" src="./index.js"></script>
</body>
</html>
37 changes: 0 additions & 37 deletions src/partials/example.html

This file was deleted.

1 change: 0 additions & 1 deletion src/sass/_common.scss

This file was deleted.

28 changes: 0 additions & 28 deletions src/sass/_example.scss

This file was deleted.

2 changes: 0 additions & 2 deletions src/sass/index.scss

This file was deleted.

Empty file added src/styles.css
Empty file.

0 comments on commit cecbec8

Please sign in to comment.