mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 09:02:50 -06:00
index.html: change to and explicitly declare that the character encoding is UTF-8
...to avoid complaints from HTML validators and potential problems in browsers with different default character encodings.
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
<HTML>
|
<HTML>
|
||||||
<HEAD>
|
<HEAD>
|
||||||
<TITLE>GF - Grammatical Framework</TITLE>
|
<TITLE>GF - Grammatical Framework</TITLE>
|
||||||
|
<meta charset="UTF-8">
|
||||||
<link rel=stylesheet href="css/style.css">
|
<link rel=stylesheet href="css/style.css">
|
||||||
<meta name = "viewport" content = "width = device-width">
|
<meta name = "viewport" content = "width = device-width">
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
@@ -239,7 +240,7 @@ support for an increasing number of languages, currently including
|
|||||||
<LI>Latin (fragments)
|
<LI>Latin (fragments)
|
||||||
<LI>Latvian
|
<LI>Latvian
|
||||||
<LI>Nepali
|
<LI>Nepali
|
||||||
<LI>Norwegian bokmål
|
<LI>Norwegian bokmål
|
||||||
<LI>Persian
|
<LI>Persian
|
||||||
<LI>Polish
|
<LI>Polish
|
||||||
<li>Punjabi
|
<li>Punjabi
|
||||||
|
|||||||
Reference in New Issue
Block a user