2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03:00

Move href attribute first (#31835)

This commit is contained in:
XhmikosR
2020-10-22 09:38:15 +03:00
committed by GitHub
parent afc0e83ecc
commit 5a3f273b60
16 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../../../dist/css/bootstrap.min.css">
<link href="../../../dist/css/bootstrap.min.css" rel="stylesheet">
<title>Button</title>
</head>
<body>