mirror of
https://github.com/YunoHost/inside-yunohost.git
synced 2024-09-03 20:06:36 +02:00
17 lines
No EOL
355 B
HTML
17 lines
No EOL
355 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Inside YunoHost</title>
|
|
<meta charset="utf-8">
|
|
<link rel="stylesheet" href="css/styles.css" />
|
|
</head>
|
|
<body>
|
|
<script src="js/remark-latest.min.js">
|
|
</script>
|
|
<script>
|
|
var slideshow = remark.create({
|
|
sourceUrl : 'inside_yunohost.md'
|
|
});
|
|
</script>
|
|
</body>
|
|
</html> |