mirror of
https://github.com/jgthms/bulma
synced 2026-03-20 12:24:28 -07:00
add "charset: utf-8" to starter template (#966)
This commit is contained in:
committed by
Jeremy Thomas
parent
665fb15753
commit
2188512dbc
@@ -1,6 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<title>Hello Bulma!</title>
|
<title>Hello Bulma!</title>
|
||||||
<link rel="stylesheet" href="{{ site.fontawesome }}">
|
<link rel="stylesheet" href="{{ site.fontawesome }}">
|
||||||
@@ -18,4 +19,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user