update: default.html

This commit is contained in:
eniamza 2020-06-24 17:32:16 +06:00
parent 5c7603f5f3
commit 9725b6814f

View file

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
{% include head.html %}
<body data-spy="scroll" data-target=".navbar" data-offset="100">
{% include header.html %}
{% include footer.html %}
{% include js.html %}
</body>
</html>