forked from rcos/observatory-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,13 @@ | |
<meta charset="utf-8"> | ||
<title>Observatory</title> | ||
|
||
<!-- TODO - bundle Vue-Meta with Webpack --> | ||
<script src="https://unpkg.com/[email protected]/lib/vue-meta.min.js"></script> | ||
<!-- TODO - bundle FontAwesome with Webpack --> | ||
<!-- TASK - Upgrade to FontAwesome 5.0 --> | ||
<!-- https://github.com/rcos/observatory-client/issues/27 --> | ||
|
||
<!-- Uncomment this line to enable FontAwesome 5.0 --> | ||
<!-- <script defer src="https://use.fontawesome.com/releases/v5.0.6/js/all.js"></script> --> | ||
|
||
<!-- Comment out this line to disable FontAwesome 4.7 --> | ||
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> | ||
|
||
</head> | ||
|