fix missing lang tag
This commit is contained in:
parent
66dee39255
commit
639f89522a
1 changed files with 105 additions and 104 deletions
|
@ -1,14 +1,14 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>
|
<title>
|
||||||
Nyx's personal site
|
Nyx's personal site
|
||||||
</title>
|
</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<link href="assets/index.css" rel="stylesheet" type="text/css">
|
<link href="assets/index.css" rel="stylesheet" type="text/css">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<center>
|
<center>
|
||||||
<p>
|
<p>
|
||||||
hello, visitor number <b>{{ visitor }}</b>! this one is glad to see you.
|
hello, visitor number <b>{{ visitor }}</b>! this one is glad to see you.
|
||||||
|
@ -108,4 +108,5 @@
|
||||||
</a>
|
</a>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</p>
|
</p>
|
||||||
</body>
|
</body>
|
||||||
|
</html>
|
||||||
|
|
Loading…
Add table
Reference in a new issue