Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
Changed the link to font-awesome to a weblink, because it did not work when it was a mod in ksp.
This is the weblink where MKON currently gets FontAwesome.min.css :http://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css
This happens on line 18 to be exact.
  • Loading branch information
cracktorio authored Jun 10, 2023
1 parent 9d5bd46 commit 9cde71b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<link rel="Shortcut Icon" href="favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="css/screen.css">
<link href="css/fonts/font-awesome.min.css" rel="stylesheet">
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<script src="js/preloader.min.js"></script>
<script type="text/javascript">

Expand Down

0 comments on commit 9cde71b

Please sign in to comment.