1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

vweb: use <head> instead of <header> in the html templates (#18516)

This commit is contained in:
Turiiya
2023-06-22 10:11:02 +02:00
committed by GitHub
parent 8b25c4c9a3
commit af4e113f6c
5 changed files with 10 additions and 10 deletions

View File

@ -1,9 +1,9 @@
<html>
<header>
<head>
<title>@title</title>
<meta charset="utf-8"/>
@css 'assets/site.css'
</header>
</head>
<body>
<h1>@title</h1>
<button>Close the connection</button>