summaryrefslogtreecommitdiff
path: root/html/app/views/basic.php
diff options
context:
space:
mode:
authorGeorge Halkiadakis <gchalkiadakis@sklavenitis.co.gr>2023-03-12 23:57:48 +0200
committerGeorge Halkiadakis <gchalkiadakis@sklavenitis.co.gr>2023-03-12 23:57:48 +0200
commit7aa203150fc1a2ec79c681c13f0d486d531746eb (patch)
treef09ba9f69ccd434e9c7fdeb41807fc8008784d8a /html/app/views/basic.php
parent221af3a2e035bd6689294509feb52f286d3bd5be (diff)
downloadclassroom-7aa203150fc1a2ec79c681c13f0d486d531746eb.tar.gz
classroom-7aa203150fc1a2ec79c681c13f0d486d531746eb.tar.bz2
classroom-7aa203150fc1a2ec79c681c13f0d486d531746eb.zip
error pages; js system to support back/front-end
Diffstat (limited to 'html/app/views/basic.php')
-rw-r--r--html/app/views/basic.php9
1 files changed, 3 insertions, 6 deletions
diff --git a/html/app/views/basic.php b/html/app/views/basic.php
index 3d9abde..39bdf00 100644
--- a/html/app/views/basic.php
+++ b/html/app/views/basic.php
@@ -6,13 +6,10 @@
<title>ΣΚΛΑΒΕΝΙΤΗΣ - <?=$page['title']?></title>
<!-- import assets -->
- <?php link_asset(
- 'font',
- ['iconfont', 'CFAstyStdBold', 'CFAstyStdBook', 'CFAstyStdMedium'],
- 'crossorogin'
- ) ?>
- <?php link_asset('css', ['main']); ?>
+ <link rel="preconnect" href="https://fonts.googleapis.com">
+ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
+ <link href="https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;500;700&display=swap" rel="stylesheet">
<!-- TODO: parse seo data -->