mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-07-01 23:36:00 +00:00
16 lines
1.3 KiB
PHP
Executable File
16 lines
1.3 KiB
PHP
Executable File
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="<?= Root('i/css/dev/fontawesome/bordered-pulled.less')?>" />
|
|
<link rel="stylesheet" type="text/css" href="<?= Root('i/css/dev/fontawesome/core.less')?>" />
|
|
<link rel="stylesheet" type="text/css" href="<?= Root('i/css/dev/fontawesome/fixed-width.less')?>" />
|
|
<link rel="stylesheet" type="text/css" href="<?= Root('i/css/dev/fontawesome/icons.less')?>" />
|
|
<link rel="stylesheet" type="text/css" href="<?= Root('i/css/dev/fontawesome/larger.less')?>" />
|
|
<link rel="stylesheet" type="text/css" href="<?= Root('i/css/dev/fontawesome/list.less')?>" />
|
|
<link rel="stylesheet" type="text/css" href="<?= Root('i/css/dev/fontawesome/mixins.less')?>" />
|
|
<link rel="stylesheet" type="text/css" href="<?= Root('i/css/dev/fontawesome/path.less')?>" />
|
|
<link rel="stylesheet" type="text/css" href="<?= Root('i/css/dev/fontawesome/rotated-flipped.less')?>" />
|
|
<link rel="stylesheet" type="text/css" href="<?= Root('i/css/dev/fontawesome/spinning.less')?>" />
|
|
<link rel="stylesheet" type="text/css" href="<?= Root('i/css/dev/fontawesome/stacked.less')?>" />
|
|
<link rel="stylesheet" type="text/css" href="<?= Root('i/css/dev/fontawesome/variables.less')?>" />
|
|
</head>
|