Merge pull request #163 from pycom/mangled-characters-fix

fix: added correct utf-8 encoding to the <head>
This commit is contained in:
Jirka Krepl
2019-10-18 15:15:32 +02:00
committed by GitHub

View File

@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html class="fancyScroll">
<head>
<meta charset="utf-8">
<link href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900|Material+Icons" rel="stylesheet">
<!--<link href="https://cdn.jsdelivr.net/npm/vuetify/dist/vuetify.min.css" rel="stylesheet">-->
<link href="/css/vuetify.css" rel="stylesheet">