Add: html charset

main
Óscar M. Lage 2022-03-23 00:21:59 +01:00
parent a6c0ae3321
commit 942f6623d6
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta charset="utf-8">
<title>{{ template "title" . }}</title> <title>{{ template "title" . }}</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/out/water.css"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/out/water.css">
</head> </head>