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,7 +1,7 @@
|
||||
<html>
|
||||
<header>
|
||||
<head>
|
||||
<title>V Blog</title>
|
||||
</header>
|
||||
</head>
|
||||
<body>
|
||||
user id = @app.user_id <br>
|
||||
@for article in articles
|
||||
|
@@ -1,7 +1,7 @@
|
||||
<html>
|
||||
<header>
|
||||
<head>
|
||||
<title>V Blog</title>
|
||||
</header>
|
||||
</head>
|
||||
<body>
|
||||
<form action='/new_article' method='post'>
|
||||
<input type='text' placeholder='Title' name='title'> <br>
|
||||
|
Reference in New Issue
Block a user