mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-04 14:27:23 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			129 lines
		
	
	
		
			4.4 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			129 lines
		
	
	
		
			4.4 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						||
<html lang="en">
 | 
						||
<head>
 | 
						||
    <script>
 | 
						||
    var languages = new Array();
 | 
						||
    
 | 
						||
    languages.push("en");
 | 
						||
    
 | 
						||
    languages.push("de");
 | 
						||
    
 | 
						||
    languages.push("es");
 | 
						||
    
 | 
						||
    languages.push("nl");
 | 
						||
    
 | 
						||
    languages.push("ru");
 | 
						||
    
 | 
						||
    </script>
 | 
						||
    <!-- Basic Page Needs
 | 
						||
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
 | 
						||
<meta charset="utf-8">
 | 
						||
<title>FluffyChat - Changelog</title>
 | 
						||
<meta name="description" content="">
 | 
						||
<meta name="author" content="">
 | 
						||
 | 
						||
<!-- Mobile Specific Metas
 | 
						||
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
 | 
						||
<meta name="viewport" content="width=device-width, initial-scale=1">
 | 
						||
 | 
						||
<!-- FONT
 | 
						||
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
 | 
						||
<link href="/assets/css/font.css" rel="stylesheet" type="text/css">
 | 
						||
 | 
						||
<!-- CSS
 | 
						||
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
 | 
						||
<link rel="stylesheet" href="/assets/css/normalize.css">
 | 
						||
<link rel="stylesheet" href="/assets/css/skeleton.css">
 | 
						||
<link rel="stylesheet" href="/assets/css/animate.min.css">
 | 
						||
<link rel="stylesheet" href="/assets/css/custom.css">
 | 
						||
 | 
						||
<!-- JS
 | 
						||
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
 | 
						||
<script src="/assets/js/nav.js"></script>
 | 
						||
<script src="/assets/js/jquery-3.2.1.min.js"></script>
 | 
						||
 | 
						||
<!-- Favicon
 | 
						||
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
 | 
						||
<link rel="icon" type="image/png" href="/assets/images/favicon.png">
 | 
						||
 | 
						||
</head>
 | 
						||
<body>
 | 
						||
    <div class="container" id="headerContainer">
 | 
						||
    <div class="header">
 | 
						||
        <div class="left_side">
 | 
						||
            <a class="header_button" href="index.html"><img src="/assets/images/favicon.png"></a>
 | 
						||
        </div>
 | 
						||
        <div class="right_side">
 | 
						||
            <nav id="header_main_nav">
 | 
						||
                <a href="https://gitlab.com/famedly/fluffychat/issues" target="new">FAQ</a>
 | 
						||
                <a href="https://matrix.to/#/%23fluffychat:matrix.org"  target="new" >Community</a>
 | 
						||
                <a href="https://gitlab.com/famedly/fluffychat"  target="new" >GitLab</a>
 | 
						||
                <a href="https://liberapay.com/KrilleChritzelius/"  target="new" >Liberapay</a>
 | 
						||
                <a class="header_button" rel="me" href="https://metalhead.club/@krille" target="new"><img src="/assets/images/mastodon.png"></a>
 | 
						||
            </nav>
 | 
						||
            <a id="header_toggle_mobile" class="header_button"><img src="/assets/images/menu.svg"></a>
 | 
						||
        </div>
 | 
						||
    </div>
 | 
						||
</div>
 | 
						||
 | 
						||
 | 
						||
    <div id="content">
 | 
						||
        
 | 
						||
 | 
						||
        <div class="container">
 | 
						||
            <html><body>You are being <a href="https://gitlab.com/famedly/fluffychat/-/raw/main/CHANGELOG.md">redirected</a>.</body></html>
 | 
						||
 | 
						||
        </div>
 | 
						||
    </div>
 | 
						||
 | 
						||
    <div class="spacer"> </div>
 | 
						||
 | 
						||
 | 
						||
<div class="centered">
 | 
						||
    <script src="https://liberapay.com/KrilleChritzelius/widgets/button.js"></script>
 | 
						||
    <noscript><a href="https://liberapay.com/KrilleChritzelius/donate"><img alt="Donate using Liberapay" src="https://liberapay.com//assets/widgets/donate.svg"></a></noscript>
 | 
						||
</div>
 | 
						||
 | 
						||
<div class="spacer"> </div>
 | 
						||
 | 
						||
<div class="container">
 | 
						||
 | 
						||
<div id="footer">
 | 
						||
    Languages available: (
 | 
						||
    
 | 
						||
    
 | 
						||
    <a href="/en">en</a>
 | 
						||
    
 | 
						||
    
 | 
						||
    
 | 
						||
    <a href="/de">de</a>
 | 
						||
    
 | 
						||
    
 | 
						||
    
 | 
						||
    <a href="/es">es</a>
 | 
						||
    
 | 
						||
    
 | 
						||
    
 | 
						||
    <a href="/nl">nl</a>
 | 
						||
    
 | 
						||
    
 | 
						||
    
 | 
						||
    <a href="/ru">ru</a>
 | 
						||
    
 | 
						||
    
 | 
						||
    )
 | 
						||
    <br/>
 | 
						||
    <a href="https://gitlab.com/famedly/flutter/-/blob/main/LICENSE" target="new">GNU General Public License</a> -
 | 
						||
    <a href="/en/changelog.md" target="new">Changelog</a> -
 | 
						||
    <a href="https://hosted.weblate.org/projects/fluffychat/" target="new">Help with translations</a> -
 | 
						||
    <a href="https://christianpauly.gitlab.io/" target="new">Created by Christian Pauly</a> -
 | 
						||
    <a href="/en/privacy.html">Privacy Policy</a> -
 | 
						||
    <a href="https://gitlab.com/famedly/flutter/-/graphs/main" target="new">Contributors</a> -
 | 
						||
    <a href="https://gitlab.com/famedly/flutter#special-thanks-to" target="new">Special thanks to</a>
 | 
						||
</div>
 | 
						||
 | 
						||
</div>
 | 
						||
 | 
						||
</body>
 | 
						||
</html>
 |