Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
lucksd356 authored Jul 16, 2017
1 parent f5dbdf3 commit 37142d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions angular_flask/templates/index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<!doctype html>
<html lang="en" ng-app="AngularFlask">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<base href="/"/>
<title>AngularFlask</title>

Expand Down Expand Up @@ -56,4 +56,4 @@
<script src="/static/lib/bootstrap/bootstrap.min.js"></script>

</body>
</html>
</html>

0 comments on commit 37142d0

Please sign in to comment.