diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html index 858396b..e741c68 100644 --- a/templates/index.html +++ b/templates/index.html @@ -6,6 +6,8 @@ <title>blog 🍕</title> + <script src="/js/blog.js"></script> + <link href="css/style.css" rel="stylesheet"> </head> |