mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-07-01 23:36:00 +00:00
9 lines
285 B
PHP
Executable File
9 lines
285 B
PHP
Executable File
|
|
<?php IncludeCom('dev/jquery')?>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="<?= Root('i/css/dev/msg.css')?>" />
|
|
<script type="text/javascript" src="<?= Root('i/js/dev/msg.js')?>"></script>
|
|
</head>
|
|
|
|
|
|
<div class="<?= $css?>"><?= $message?></div>
|