Skip to content

Commit

Permalink
Deploying to gh-pages from @ bef89b9 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Elostay committed Sep 26, 2023
1 parent 7dad06d commit 06b5f74
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.569a4d11.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.569a4d11.css.map

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

2 changes: 2 additions & 0 deletions index.6c2642bc.js

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

1 change: 1 addition & 0 deletions index.6c2642bc.js.map

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

2 changes: 2 additions & 0 deletions index.cdc84ddc.js

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

1 change: 1 addition & 0 deletions index.cdc84ddc.js.map

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

1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="ru"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>Page title</title><link rel="stylesheet" href="/goit-js-hw-10/index.569a4d11.css"><script type="module" src="/goit-js-hw-10/index.cdc84ddc.js"></script><script src="/goit-js-hw-10/index.6c2642bc.js" nomodule="" defer></script></head><body> <article class="example" id="uk"> <h1>HTML-partials</h1> <img src="/goit-js-hw-10/logo.268195b3.png" alt="" width="320"> <p> The <a href="https://github.com/posthtml/posthtml-include" target="_blank" rel="noopener noreferrer"> posthtml-include </a> plugin allows you to add code from other HTML files (fragments) to HTML page files. Fragments are stored in the <code>src/partials</code> folder. The addition occurs when compiling page files, such as <code>index.html</code>. </p> <p> This <code>example.html</code> file is an example of such a snippet, with the markup of a certain part of the main page. This is very convenient for team development on student projects, when several people write in one HTML file at once. </p> <p> The syntax for adding a fragment to the main file is: <code> &lt;include src="./partials/filename.html"&gt;&lt;/include&gt;</code> </p> <div class="background"></div> </article> </body></html>
Binary file added logo.268195b3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 06b5f74

Please sign in to comment.