Merge Business/BusinessAppTemplate

This commit is contained in:
Skylar Ittner 2018-04-08 20:14:01 -06:00
commit 009a3f9fbe
2 changed files with 3 additions and 0 deletions

View File

@ -371,3 +371,4 @@ You may add additional accurate notices of copyright ownership.
This Source Code Form is "Incompatible With Secondary Licenses", as This Source Code Form is "Incompatible With Secondary Licenses", as
defined by the Mozilla Public License, v. 2.0. defined by the Mozilla Public License, v. 2.0.

View File

@ -22,6 +22,8 @@ if (!is_empty($_GET['page'])) {
header("Link: <static/css/bootstrap.min.css>; rel=preload; as=style", false); header("Link: <static/css/bootstrap.min.css>; rel=preload; as=style", false);
header("Link: <static/css/material-color/material-color.min.css>; rel=preload; as=style", false); header("Link: <static/css/material-color/material-color.min.css>; rel=preload; as=style", false);
header("Link: <static/css/app.css>; rel=preload; as=style", false); header("Link: <static/css/app.css>; rel=preload; as=style", false);
header("Link: <static/css/fa-svg-with-js.css>; rel=preload; as=style", false);
header("Link: <static/js/fontawesome-all.min.js>; rel=preload; as=script", false);
header("Link: <static/js/jquery-3.3.1.min.js>; rel=preload; as=script", false); header("Link: <static/js/jquery-3.3.1.min.js>; rel=preload; as=script", false);
header("Link: <static/js/bootstrap.min.js>; rel=preload; as=script", false); header("Link: <static/js/bootstrap.min.js>; rel=preload; as=script", false);
?> ?>