- quizmaster_area.css added

This commit is contained in:
Wiesner András 2024-03-07 09:46:26 +01:00
parent 319b3410ba
commit 53a72e0a2c
3 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,7 @@ if (!get_autologin_state() || (($user_data["privilege"] !== PRIVILEGE_CREATOR) &
<script src="js/usermgr.js"></script>
<script src="js/gamemgr.js"></script>
<link rel="stylesheet" href="style/spreadquiz.css"/>
<link rel="stylesheet" href="style/quizmaster_area.css"/>
</head>
<body>
<section id="table_section">

View File

@ -19,6 +19,7 @@ if (!get_autologin_state() || ($user_data["privilege"] !== PRIVILEGE_QUIZMASTER)
<script src="js/o.js"></script>
<script src="js/groupmgr.js"></script>
<link rel="stylesheet" href="style/spreadquiz.css"/>
<link rel="stylesheet" href="style/quizmaster_area.css"/>
</head>
<body>
<section id="table_section">

View File

@ -21,6 +21,7 @@ if (!get_autologin_state() || ($user_data["privilege"] !== PRIVILEGE_QUIZMASTER)
<script src="js/hintbox.js"></script>
<script src="js/usermgr.js"></script>
<link rel="stylesheet" href="style/spreadquiz.css"/>
<link rel="stylesheet" href="style/quizmaster_area.css"/>
</head>
<body>
<section id="table_section">