tapes/brain/views/parts/top.php
Zoë Bijl 104ae2b485 feat: add lang-attribute
The `lang`-attribute tells users and computers alike what language the page is in. It seems the language for this project at the moment is English, so that’s what I used as value.
2025-03-07 21:03:31 +01:00

17 lines
No EOL
376 B
PHP

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="theme-color" content="#03061e" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>
The Vicious Tapes
</title>
<link rel="stylesheet" type="text/css" href="assets/css/front/start.css?=sdfsdf">
</head>
<body>
<script>
0
</script>