Fix HTML syntax error; add lang to <html>

This commit is contained in:
Wuzzy 2023-10-25 00:52:48 +02:00
parent aa43bdc3ac
commit d294f86aa7
3 changed files with 3 additions and 4 deletions

View File

@ -1,11 +1,10 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="icon" href="./favicon.png">
<link rel="stylesheet" href="./dark_style.css">
<title>MiBPoV—Minetest Biome Point Visualizer</title>
</style>
<!-- Include Voronoi diagram API, required to calculate Voronoi diagrams -->
<script src="./rhill-voronoi-core.js"></script>
</head>

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="icon" href="./favicon.png">

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="icon" href="./favicon.png">