Update to newest MUI and FontAwesome.

This commit is contained in:
Gareth Latty
2016-05-08 16:05:27 +01:00
parent 00e21970a3
commit dc941ddd34
+6 -5
View File
@@ -1,14 +1,15 @@
@(url: String)<!DOCTYPE html>
<html>
@(url: String)<!doctype html>
<html lang="en">
<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 name="mobile-web-app-capable" content="yes">
<title>Massive Decks</title>
<script src="//cdn.muicss.com/mui-0.2.6/js/mui.min.js"></script>
<script src="//cdn.muicss.com/mui-0.5.8/js/mui.min.js"></script>
<script src="//code.jquery.com/jquery-2.1.4.min.js"></script>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" href="//cdn.muicss.com/mui-0.2.6/css/mui.min.css">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.6.2/css/font-awesome.min.css">
<link rel="stylesheet" href="//cdn.muicss.com/mui-0.5.8/css/mui.min.css">
<link rel="stylesheet" href="@routes.Assets.versioned("stylesheets/massivedecks.css")">
<script src="@routes.Assets.versioned("javascripts/massivedecks.js")"></script>
<link rel="icon" sizes="192x192" href="@routes.Assets.versioned("images/icon.png")">