-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtimetable.php
31 lines (30 loc) · 1.47 KB
/
timetable.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<html dir="ltr" lang="pl-PL">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<meta name="author" content="Grape(s) Comp.">
<meta name="description" content="Kursy- Grapes(s)">
<meta name="keywords" content="Grape, Grapes, projekt, przyszlosc szkolnictwa, plan zajęć">
<title>Grape(s).com - kursy</title>
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/style.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Baloo+Bhai+2&family=Overlock+SC&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@300;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous">
</head>
<body>
<?php
include_once "includes/teacher/upper-menu.php";
?>
<!-- <h1 class="header-login">Zajęcia:</h1> -->
<div class="options">
<a class="add-courses" href="">Utwórz spotkanie -></a>
<br>
<a class="add-courses" href="">Utwórz test -></a>
<br>
<a class="add-courses" href="">Dodaj załącznik -></a>
</div>
</body>
</html>