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

@@ -16,7 +16,7 @@ scratch. This page gets rid of all links and provides the needed markup only.
<!-- 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">