feat(site): premier commit
This commit is contained in:
63
services/pad/index.html
Normal file
63
services/pad/index.html
Normal file
@ -0,0 +1,63 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
|
||||
|
||||
<link rel="stylesheet" href="/css/hugo-apps-theme.min.a449c8e54cddf77fd164b741556c2562ac8dfea02a619582ad785d6de835faa0.css">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/styles/default.min.css"/>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/highlight.min.js"></script>
|
||||
<meta property="og:title" content="EtherPad" />
|
||||
<meta property="og:description" content="Pad collaboratif en ligne
|
||||
https://pad.cyberjinh.fr" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://cyberjinh.fr/services/pad/" /><meta property="article:section" content="services" />
|
||||
<meta property="article:published_time" content="2021-03-05T12:20:23+01:00" />
|
||||
<meta property="article:modified_time" content="2021-03-05T12:20:23+01:00" />
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<header class="apps-header">
|
||||
<div style="margin-bottom:1rem">
|
||||
<a href="../" style="float: left">Back</a>
|
||||
<br/>
|
||||
<a href="https://cyberjinh.fr" class="apps-header-title">
|
||||
<h1>
|
||||
Cyberjinh Network
|
||||
</h1>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
<a class="apps-menu-item" href="/services">
|
||||
<h4>Services</h4>
|
||||
</a>
|
||||
|
||||
<a class="apps-menu-item" href="https://git.cyberjinh.fr/cjinh/XMPP">
|
||||
<h4>Git</h4>
|
||||
</a>
|
||||
|
||||
<a class="apps-menu-item" href="/contact">
|
||||
<h4>Contact</h4>
|
||||
</a>
|
||||
|
||||
<a class="apps-menu-item" href="https://status.cyberjinh.fr">
|
||||
<h4>Status</h4>
|
||||
</a>
|
||||
|
||||
|
||||
<hr/>
|
||||
</header>
|
||||
<div class="apps-body">
|
||||
<div class="apps-content"><h1 style="text-align: center">EtherPad</h1>
|
||||
<hr/><p>Pad collaboratif en ligne</p>
|
||||
<p>https://pad.cyberjinh.fr</p></div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
Reference in New Issue
Block a user