Move rel attribute first for consistency (#2736)

This commit is contained in:
XhmikosR
2020-05-31 14:10:51 +03:00
committed by GitHub
parent 2a964189de
commit 68d4417aad
55 changed files with 55 additions and 55 deletions

View File

@@ -14,7 +14,7 @@
<!-- Theme style -->
<link rel="stylesheet" href="../../dist/css/adminlte.min.css">
<!-- Google Font: Source Sans Pro -->
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700">
</head>
<body class="hold-transition sidebar-mini">
<div class="wrapper">