UNPKG

intro.js

Version:

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

17 lines (13 loc) 258 B
<!DOCTYPE html> <html> {% include head.html %} <body> {% include header.html %} <div class="fluid"> <div class="wrapper"> {{ content }} </div> </div> {% include utils.html %} </body> </html>