Set reasonable default page title

This commit is contained in:
2023-04-30 23:21:09 +02:00
parent f630911a4f
commit c733f20e74

View File

@@ -3,7 +3,8 @@ doctype html
html(lang="en")
head
meta(charset="utf-8")
title Hello Seb
title Welcome to my Vue example
link(rel="icon" href="img/favicon.ico")
link(rel="stylesheet" href="index.sass")
body
#app