Skip to content
Open
Show file tree
Hide file tree
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
10 changes: 5 additions & 5 deletions Controllers/notSupported.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ public function get($pages)
<link rel="icon" type="image/png" href="/assets/icon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1,user-scalable=no">

<link rel="stylesheet" href="https://storage.googleapis.com/code.getmdl.io/1.0.5/material.blue_grey-amber.min.css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Roboto:400,700'>
<link rel="stylesheet" crossorigin="anonymous" href="https://storage.googleapis.com/code.getmdl.io/1.0.5/material.blue_grey-amber.min.css" />
<link rel="stylesheet" crossorigin="anonymous" integrity="sha256-84ef1bXQjXdmG+bNbSbO0Y+4fsZP2/ErjAn4GDn+D44=" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel='stylesheet' crossorigin="anonymous" integrity="sha256-8MVHE8E/ZgANWGKD1HYQ9Ia4vDzIF9OculKcF1vK1JI=" href='https://fonts.googleapis.com/css?family=Roboto:400,700'>
<link rel="stylesheet" href="stylesheets/main.css"/>
<script src="//storage.googleapis.com/code.getmdl.io/1.0.5/material.min.js"></script>
<script src="//tinymce.cachefly.net/4.2/tinymce.min.js"></script>
<script crossorigin="anonymous" integrity="sha256-fLhlduqmRvw+eKNAQhNwyNFG+hm3EaOj+eBfN0Ywa10=" src="//storage.googleapis.com/code.getmdl.io/1.0.5/material.min.js"></script>
<script crossorigin="anonymous" integrity="sha256-lvjW3BWzRRP7TD5khZrsg+SDjdafWOk+nTOM3fEfxd0=" src="//tinymce.cachefly.net/4.2/tinymce.min.js"></script>
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
Expand Down
10 changes: 5 additions & 5 deletions Core/Blogs/Lite/lite.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

<link rel="stylesheet" href="https://storage.googleapis.com/code.getmdl.io/1.1.2/material.blue_grey-amber.min.css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Roboto:400,700'>
<script src="//storage.googleapis.com/code.getmdl.io/1.1.2/material.min.js"></script>
<link rel="stylesheet" crossorigin="anonymous" integrity="sha256-cwNKGvxkCC8PXO3zGjY2oHaU3TTUG8e+cNHE8uC+B+E=" href="https://storage.googleapis.com/code.getmdl.io/1.1.2/material.blue_grey-amber.min.css" />
<link rel="stylesheet" crossorigin="anonymous" integrity="sha256-84ef1bXQjXdmG+bNbSbO0Y+4fsZP2/ErjAn4GDn+D44=" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel='stylesheet' crossorign="anonymous" integrity="sha256-8MVHE8E/ZgANWGKD1HYQ9Ia4vDzIF9OculKcF1vK1JI=" href='https://fonts.googleapis.com/css?family=Roboto:400,700'>
<script crossorign="anonymous" integrity="sha256-s0bGtNviXkzZc69iS+m80CI5K83r7r5sA4+2/NhZ8Zw=" src="//storage.googleapis.com/code.getmdl.io/1.1.2/material.min.js"></script>
<!-- inject:css -->
<link rel="stylesheet" href="/stylesheets/main.css?v=1500394555112">

Expand Down Expand Up @@ -55,7 +55,7 @@
ga('create', 'UA-35146796-1', 'auto');
ga('send', 'pageview');

</script>
</script>
<!-- End Google Analytics -->

</body>
Expand Down