Skip to content

Commit

Permalink
added meta for responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
rudmanmrrod committed Sep 22, 2017
1 parent df1190e commit 2fc6f83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no">
<link href="src/materialize/css/materialize.css" rel="stylesheet" type="text/css">
<script src="src/jquery.min.js" type="text/javascript"></script>
<script src="src/materialize/js/materialize.js" type="text/javascript"></script>
Expand All @@ -18,6 +19,7 @@
font-weight: normal;
}
</style>
<title>Materialize Dialog</title>
</head>
<body>
<nav class="teal lighten-2">
Expand Down

0 comments on commit 2fc6f83

Please sign in to comment.