35 lines
1.0 KiB
PHP
35 lines
1.0 KiB
PHP
|
<?php
|
||
|
require '../config/function.php';
|
||
|
include('./authentication.php');
|
||
|
?>
|
||
|
|
||
|
<!doctype html>
|
||
|
<html lang="de">
|
||
|
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
<title>Schule Albisrieden</title>
|
||
|
<link rel="shortcut icon" type="image/png" href="../assets/images/logos/favicon.png" />
|
||
|
<link rel="stylesheet" href="../assets/css/styles.min.css" />
|
||
|
|
||
|
<script src="../assets/libs/jquery/dist/jquery.min.js"></script>
|
||
|
<script src="https://cdn.jsdelivr.net/npm/signature_pad"></script>
|
||
|
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<div class="page-wrapper" id="main-wrapper" data-layout="vertical" data-navbarbg="skin6" data-sidebartype="full"
|
||
|
data-sidebar-position="fixed" data-header-position="fixed">
|
||
|
|
||
|
|
||
|
|
||
|
<div class="body-wrapper">
|
||
|
|
||
|
<header class="app-header">
|
||
|
|
||
|
<?php include('includes/navbar.php'); ?>
|
||
|
|
||
|
</header>
|
||
|
<div class="container-fluid">
|