You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
1.9 KiB
56 lines
1.9 KiB
<?php
|
|
require_once 'includes/_config.php';
|
|
$currentPage = $pages['clients'];
|
|
|
|
?><!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<?php include 'includes/_meta.php'; ?>
|
|
<meta name="description" content="clawd.fr Accès aux services" />
|
|
<link rel="canonical" href="https://clawd.fr/faq" />
|
|
<title>clawd.fr - Accès aux services</title>
|
|
|
|
<?php include 'includes/_assets.php'; ?>
|
|
</head>
|
|
<body class="clawd">
|
|
|
|
<?php include 'includes/_menus.php'; ?>
|
|
|
|
<!-- Page Contents -->
|
|
<div class="pusher">
|
|
<div class="ui inverted vertical masthead center aligned segment">
|
|
|
|
<?php include 'includes/_mainmenu.php'; ?>
|
|
|
|
<div class="ui text container">
|
|
<h1 class="ui header clawdlogo">CLAWD.FR</h1>
|
|
<h2>HÉBERGEUR ENGAGÉ</h2>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="ui container borderless center aligned">
|
|
<h1>ACCÈS AUX SERVICES</h1>
|
|
</div>
|
|
|
|
<div class="ui vertical stripe segment" style="padding: 3em 0;">
|
|
<div class="ui middle aligned grid container">
|
|
<div class="ui text container" style="padding: 0">
|
|
<p>Si vous êtes déjà clients, vous retrouverez sur cette page l'adresse directe des services de clawd.fr.</p>
|
|
<ul style="padding-left: 0">
|
|
<li style="list-style-type: none"><h5>Nextcloud: <a href="https://nc.clawd.fr/" target="_blank">nc.clawd.fr</a></h5></li>
|
|
<li style="list-style-type: none"><h5>Webmail: <a href="https://webmail.clawd.fr/" target="_blank">webmail.clawd.fr</a></h5></li>
|
|
<li style="list-style-type: none"><h5>Administration web/mail: <a href="https://ispc.atreides.pool.clawd.net/" target="_blank">ISPConfig</a></h5></li>
|
|
</ul>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<?php include 'includes/_footer.php'; ?>
|
|
</div>
|
|
<?php include 'includes/_assetsLate.php'; ?>
|
|
</body>
|
|
|
|
</html>
|