Fix HTML syntax error; add lang to <html>
This commit is contained in:
parent
aa43bdc3ac
commit
d294f86aa7
@ -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>
|
||||
|
@ -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">
|
||||
|
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user