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>
|
||||
|
||||
<head>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>
|
||||
Nyx's personal site
|
||||
</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link href="assets/index.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<body>
|
||||
<center>
|
||||
<p>
|
||||
hello, visitor number <b>{{ visitor }}</b>! this one is glad to see you.
|
||||
|
@ -108,4 +108,5 @@
|
|||
</a>
|
||||
{% endfor %}
|
||||
</p>
|
||||
</body>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Reference in a new issue