@uportal/app-framework
Version:
Application Framework for uPortal
59 lines (46 loc) • 3.31 kB
HTML
<!--
Licensed to Apereo under one or more contributor license
agreements. See the NOTICE file distributed with this work
for additional information regarding copyright ownership.
Apereo licenses this file to you under the Apache License,
Version 2.0 (the "License"); you may not use this file
except in compliance with the License. You may obtain a
copy of the License at the following location:
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<!--Meta information sourced from app's aboutPageURL -->
<meta ng-if="about.description" name="description" content="{{ about.description }}" />
<meta ng-if="about.keywords" name="keywords" content="{{ about.keywords }}" />
<!-- Web component polyfills -->
<script src="js/polyfill.min.js"></script>
<script src="https://unpkg.com/css-vars-ponyfill@1"></script>
<!-- Loading patched 2.1.3 polyfills for AngularJS compatibility -->
<script src="js/webcomponents-bundle.js"></script>
<!-- myuw-web-components -->
<script type="module"
src="https://unpkg.com/@myuw-web-components/myuw-app-bar@1.5.4/dist/myuw-app-bar.min.mjs"></script>
<script nomodule src="https://unpkg.com/@myuw-web-components/myuw-app-bar@1.5.4/dist/myuw-app-bar.min.js"></script>
<script type="module" src="https://unpkg.com/@myuw-web-components/myuw-banner@1.1.1/dist/myuw-banner.min.mjs"></script>
<script nomodule scr="https://unpkg.com/@myuw-web-components/myuw-banner@1.1.1/dist/myuw-banner.min.js"></script>
<script type="module" src="https://cdn.my.wisc.edu/@myuw-web-components/myuw-help@1.5.3/myuw-help.min.mjs"></script>
<script nomodule src="https://cdn.my.wisc.edu/@myuw-web-components/myuw-help@1.5.3/myuw-help.min.js"></script>
<script type="module" src="https://cdn.my.wisc.edu/@myuw-web-components/myuw-search@1.5.1/myuw-search.min.mjs"></script>
<script nomodule src="https://cdn.my.wisc.edu/@myuw-web-components/myuw-search@1.5.1/myuw-search.min.js"></script>
<script type="module" src="https://unpkg.com/@myuw-web-components/myuw-profile@1.6.3/dist/myuw-profile.min.mjs"></script>
<script nomodule src="https://unpkg.com/@myuw-web-components/myuw-profile@1.6.3/dist/myuw-profile.min.js"></script>
<link href="my-app/my-app.css" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/angular-material/1.1.19/angular-material.min.css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,400italic" />
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />