Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update css links in html. #1009

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
-->

<!-- Material Design icons -->
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" style="text/css" href="https://fonts.googleapis.com/icon?family=Material+Icons">


<!-- Material Design Lite page styles:
Expand All @@ -47,10 +47,10 @@
material.blue-orange.min.css
material.purple-indigo.min.css
-->
<link rel="stylesheet" href="https://code.getmdl.io/1.2.1/material.indigo-pink.min.css">
<link rel="stylesheet" style="text/css" href="https://code.getmdl.io/1.2.1/material.indigo-pink.min.css">

<!-- Your styles -->
<link rel="stylesheet" href="styles/main.css">
<link rel="stylesheet" style="text/css" href="styles/main.css">
</head>
<body class="mdl-demo mdl-color--grey-100 mdl-color-text--grey-700 mdl-base">
<div class="mdl-layout mdl-js-layout mdl-layout--fixed-header">
Expand Down