-
Notifications
You must be signed in to change notification settings - Fork 4
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
2 changed files
with
20 additions
and
9 deletions.
There are no files selected for viewing
25 changes: 18 additions & 7 deletions
25
uwBridge/apps/client/example!/filesystem/public/index.html
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 |
---|---|---|
@@ -1,10 +1,21 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1, maximum-scale=1"> | ||
<script id="acidjs" src="/Sentivate.js"></script> | ||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> | ||
</head> | ||
<body></body> | ||
|
||
<head> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta charset="UTF-8" /> | ||
<!-- UIkit CSS --> | ||
<link crossorigin="anonymous" rel="stylesheet" href="https://cdn.jsdelivr.net/npm/uikit@3.9.4/dist/css/uikit.min.css" /> | ||
<link rel="stylesheet" href="/index.css" /> | ||
<!-- CORE JS --> | ||
<script crossorigin="anonymous" defer id="acidjs" src="/Sentivate.js"></script> | ||
</head> | ||
|
||
<body></body> | ||
<!-- UIkit JS --> | ||
<script crossorigin="anonymous" src="https://cdn.jsdelivr.net/npm/uikit@3.9.4/dist/js/uikit.min.js"></script> | ||
<script crossorigin="anonymous" src="https://cdn.jsdelivr.net/npm/uikit@3.9.4/dist/js/uikit-icons.min.js"></script> | ||
<script src="/faicons.min.js"></script> | ||
<!-- Charts JS --> | ||
<script crossorigin="anonymous" src="https://cdn.jsdelivr.net/npm/chart.js"></script> | ||
</html> |
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