diff options
Diffstat (limited to 'templates/index.rs.html')
-rw-r--r-- | templates/index.rs.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/index.rs.html b/templates/index.rs.html new file mode 100644 index 0000000..6e35935 --- /dev/null +++ b/templates/index.rs.html @@ -0,0 +1,9 @@ +@use super::{header_html} + +@() + +@:header_html(None, None) + +<link rel="canonical" href="https://devcara.com"> +Test +</div> |