Merge pull request #19 from JamieBallingall/master

Remove xmlns:foo=... from index.html
master
Gary Burgess 2018-12-15 17:33:52 +00:00 committed by GitHub
commit 71dca24d9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
dist/index.html vendored
View File

@ -1,5 +1,5 @@
<!doctype html>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:foo="http://www.w3.org/2000/svg">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8"/>
<title>My Halogen App</title>