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") html(lang="en")
head head
meta(charset="utf-8") 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") link(rel="stylesheet" href="index.sass")
body body
#app #app