diff options
Diffstat (limited to 'static/templates/arduino_blog/base.html')
-rw-r--r-- | static/templates/arduino_blog/base.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/static/templates/arduino_blog/base.html b/static/templates/arduino_blog/base.html new file mode 100644 index 0000000..66e613f --- /dev/null +++ b/static/templates/arduino_blog/base.html @@ -0,0 +1,8 @@ +{% load static %} +<!DOCTYPE html> +<html lang="en"> + <body data-spy="scroll" data-target="#site-nav"> + <p>Welcome!!!</p> + </body> +</html> + |