Skip to content
This repository was archived by the owner on Jun 25, 2024. It is now read-only.

lewmilburn/Include.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ This repository is no longer updated. The repository will not recieve bugfixes or security updates, as a result of this I do not recommend using this code in a production environment.

Include.js

Small JS Script that includes HTML files.

Example

<!DOCTYPE html>
  <html lang="en">
  <head>
      <meta charset="utf-8">
      <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
      <title>Include.js Example</title>
  </head>
  <body>
      <div include="log.html"></div>
      <script src="https://cdn.jsdelivr.net/gh/lewmilburn/Include.js@1.0.2/main.min.js"></script><script>include();</script>
  </body>
</html>

About

Small JS Script that includes HTML files.

Resources

License

Stars

Watchers

Forks

Packages

No packages published