Implementation

Harmony UI was designed to be a framework of .css and .js that would be implemented to a compatible project simply by including a couple of shared resources in your project.




DLIFLC CDN

Copy and include the following snippet containing the favicon, stylesheet, and javascript in your HTML template file <head> after <title> and <meta>, but before any additional overriding local stylesheets or javascript files.

<!-------      Harmony UI Toolkit       ------->
<link rel="icon" type="image/x-icon" href="https://ui.dliflc.edu/dliflc-theme/assets/img/favicon.png">
<link rel="stylesheet" type="text/css" href="https://ui.dliflc.edu/css/theme.css">
<script src="https://ui.dliflc.edu/js/main.js"></script>
<!---------------------------------------------->