fix missing UTF-8 meta charset in index.html
This commit is contained in:
parent
a0722c14d8
commit
46fd7de203
|
|
@ -1,9 +1,10 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Paco Ŝako</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" type="text/css" href="css/chess.css">
|
||||
<link rel="stylesheet" type="text/css" href="jquery-ui/dist/jquery-ui.css">
|
||||
<title>Paco Ŝako</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Paco Ŝako</h1>
|
||||
|
|
|
|||
Loading…
Reference in New Issue