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:
@ -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>
|
||||
|
Reference in New Issue
Block a user