Skip to content
This repository has been archived by the owner on Mar 26, 2023. It is now read-only.

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya101master committed Sep 1, 2022
1 parent 00ee658 commit 97f3256
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
15 changes: 12 additions & 3 deletions src/index.ejs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="en" translate="no">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
Expand All @@ -9,12 +9,21 @@
<!-- <meta http-equiv="Content-Security-Policy" content="default-src 'self' https: localhost:*; script-src 'unsafe-inline' 'unsafe-eval' https: localhost:*; connect-src https: localhost:* ws://localhost:*; style-src 'unsafe-inline' https:; object-src 'none';"> -->
<meta name="importmap-type" content="systemjs-importmap" />
<meta name="import-map-overrides-domains" content="denylist:app.profcomff.com" />

<meta name="google" content="notranslate">
<% if (development) { %>
<script type="systemjs-importmap" src="https://aggregator.api.test.profcomff.com/importmap.json"></script>
<% } %>
<% if (isLocal) { %>
<script type="systemjs-importmap" src="https://aggregator.api.test.profcomff.com/importmap.json"></script>
<script type="systemjs-importmap">
{
"imports": {
"single-spa": "https://cdn.jsdelivr.net/npm/[email protected]/lib/system/single-spa.min.js",
"@profcomff/root-config": "/profcomff-root-config.js",
"@profcomff/navbar-element": "https://navbar.ui.profcomff.com/js/app.js",
"@profcomff/timetable-webapp": "https://timetable.ui.profcomff.com/js/app.js"
}
}
</script>
<% } %>
<% if (production) { %>
<script type="systemjs-importmap" src="https://aggregator.api.profcomff.com/importmap.json"></script>
Expand Down
3 changes: 2 additions & 1 deletion static/default.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
:root {
--bs-primary: #548ab1;
--bs-primary: #00004B;
--bs-on-primary: #fff;
--bs-secondary: #FF8B00;
--bs-font-sans-serif: "Roboto", sans-serif;
}

Expand Down

0 comments on commit 97f3256

Please sign in to comment.