Remove xmlns:foo=... from index.html

master
Jamie Ballingall 2018-12-15 12:05:21 -05:00
parent cebbb9fd48
commit b536b55840
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>