Skip to content

Commit

Permalink
fix: Add <meta charset="utf-8"> to HTML page
Browse files Browse the repository at this point in the history
  • Loading branch information
Harrus1683 authored and prantlf committed Feb 28, 2018
1 parent 8817c58 commit 9f9a8bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions template.hbs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<html>
<head>
<meta charset="utf-8">
<title>HTML Validation Report</title>
<style>
body {font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, “Fira Sans”, “Droid Sans”, "Helvetica Neue", Arial, sans-serif;}
Expand Down

0 comments on commit 9f9a8bf

Please sign in to comment.