UNPKG

intro.js

Version:

Better introductions for websites and features with a step-by-step guide for your projects

19 lines (14 loc) 291 B
<!DOCTYPE html> <html> {% include head.html %} <body> {% include header.html %} <div class="fluid"> <div class="wrapper"> {{ content }} </div> </div> {% include footer.html %} {% include utils.html %} </body> </html>