Skip to content

Commit

Permalink
Deploying to gh-pages from @ goitacademy/parcel-project-template@63d08f6
Browse files Browse the repository at this point in the history
 🚀
  • Loading branch information
luxplanjay committed Feb 4, 2024
1 parent ba69c45 commit 47728cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +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="/parcel-project-template/index.569a4d11.css"><script type="module" src="/parcel-project-template/index.cdc84ddc.js"></script><script src="/parcel-project-template/index.6c2642bc.js" nomodule="" defer></script></head><body> <article class="example" id="uk"> <h1>HTML-partials</h1> <img src="/parcel-project-template/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>
<!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="/parcel-project-template/index.569a4d11.css"><script type="module" src="/parcel-project-template/index.cdc84ddc.js"></script><script src="/parcel-project-template/index.6c2642bc.js" nomodule="" defer></script></head><body> <h1>Example title</h1> <article class="example" id="uk"> <h1>HTML-partials</h1> <img src="/parcel-project-template/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>

0 comments on commit 47728cd

Please sign in to comment.