Add /mail
This page will replace the current webmail subdomain
This commit is contained in:
31
www/mail/index.php
Normal file
31
www/mail/index.php
Normal file
@@ -0,0 +1,31 @@
|
||||
<?php
|
||||
require_once dirname(dirname(__DIR__)) . implode(DIRECTORY_SEPARATOR, ['', 'inc', 'include.php']);
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
<html lang=no>
|
||||
<style>
|
||||
p {hyphens: auto;}
|
||||
</style>
|
||||
<title>Programvareverkstedet</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
|
||||
<link rel="stylesheet" href="../css/normalize.css">
|
||||
<link rel="stylesheet" href="../css/style.css">
|
||||
<link rel="stylesheet" href="../css/mail.css">
|
||||
|
||||
<header>Programvareverkstedet</header>
|
||||
|
||||
<main>
|
||||
|
||||
<ul id="webmail">
|
||||
<li id="squirrelmail"><div><a href="https://webmail.pvv.ntnu.no/squirrelmail/">squirrelmail</a>
|
||||
<li id="roundcube"><div><a href="https://webmail.pvv.ntnu.no/roundcube/">roundcube</a>
|
||||
<li id="rainloop"><div><a href="https://webmail.pvv.ntnu.no/rainloop/">rainloop</a>
|
||||
</ul>
|
||||
|
||||
</main>
|
||||
|
||||
<nav>
|
||||
<?= navbar(1); ?>
|
||||
<?= loginbar($sp, $pdo); ?>
|
||||
</nav>
|
Reference in New Issue
Block a user