mirror of
https://github.com/phpmon/website
synced 2025-08-07 06:40:08 +02:00
Add required attributes to <html>
This commit is contained in:
@ -1,8 +1,9 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>PHP Monitor</title>
|
||||
@vite('resources/css/app.css')
|
||||
</head>
|
||||
<body>
|
||||
|
Reference in New Issue
Block a user