Remove type="text/css"

Looking at the examples at Bootstrap and FontAwesome, the type attribute is not specified. I assume it is ok to exclude it.

<link rel="stylesheet" type="text/css" href="fontawesome4/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="bootstrap/4/css/bootstrap.min.css">