2024-11-18 13:52:49 +00:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "UTF-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< link rel = "stylesheet" href = "style.css" >
2024-12-03 19:46:50 +00:00
< link rel = "icon" href = "logo.svg" >
< title > another.im< / title >
2024-11-18 13:52:49 +00:00
< / head >
< body >
< div class = "page_container" >
< div class = "nav_box" >
< a href = "index.html" class = "logo_home" > < img src = "logo.svg" class = "logo" alt = "logo" > < / a >
< h2 > Download< / h2 >
2024-11-19 09:18:30 +00:00
< input type = "checkbox" id = "burger-toggle" class = "burger-toggle" >
< label for = "burger-toggle" class = "burger" >
< div class = "line" > < / div >
< div class = "line" > < / div >
< div class = "line" > < / div >
2024-11-19 18:54:51 +00:00
< / label >
2024-11-18 13:52:49 +00:00
< div class = "navigation" >
2024-11-18 15:33:43 +00:00
< a class = "nav_butt_2" href = "news.html" > News< / a >
2024-11-18 13:52:49 +00:00
< a class = "nav_butt_2" href = "download.html" > Download< / a >
< a class = "nav_butt_2" href = "contact.html" > Contact< / a >
2024-12-03 19:46:50 +00:00
< a class = "nav_butt_2" href = "server.html" > Server< / a >
< a class = "nav_butt_2" href = "about.html" > About Us< / a >
2024-11-18 13:52:49 +00:00
< / div >
< / div >
< div class = "content_wrap" >
< div class = "content_box" >
2024-12-03 19:46:50 +00:00
< h2 > another.im android< / h2 >
2024-11-18 13:52:49 +00:00
< br >
2024-12-03 19:46:50 +00:00
< p > Fork of Conversations XMPP client with additional features< / p >
2024-11-18 13:52:49 +00:00
< ul >
2024-12-11 05:48:58 +00:00
< li > < a class = "content_butt" href = "https://dev.narayana.im/narayana/anotherim/releases/tag/1.0.0" > another.im 1.0.0< / a > - 09.12.2024< / li >
2024-12-03 19:46:50 +00:00
< li > < a class = "content_butt" href = "https://dev.narayana.im/narayana/anotherim/releases/tag/2.3.1" > Conversations Classic 2.3.1< / a > - 12.08.2024< / li >
< li > < a class = "content_butt" href = "https://dev.narayana.im/narayana/anotherim/releases/tag/2.3.0" > Conversations Classic 2.3.0< / a > - 28.07.2024< / li >
< li > < a class = "content_butt" href = "https://dev.narayana.im/narayana/anotherim/releases/tag/2.2.4" > Conversations Classic 2.2.4< / a > - 02.06.2024< / li >
< li > < a class = "content_butt" href = "https://dev.narayana.im/narayana/anotherim/releases/tag/2.2.2" > Conversations Classic 2.2.2< / a > - 28.03.2024< / li >
2024-11-18 13:52:49 +00:00
< / ul >
2024-12-03 19:46:50 +00:00
<!-- <br>
2024-11-18 13:52:49 +00:00
< p > Lorem ipsum dolor, sit amet < a class = "content_butt" href = "" > consectetur< / a > adipisicing elit. Praesentium maxime deserunt quia, odio perspiciatis corporis tempore labore, porro tempora modi. Impedit suscipit, itaque corrupti quas fuga non sapiente architecto saepe!< / p >
2024-12-03 19:46:50 +00:00
-->
< br >
< h2 > another.im iOs< / h2 >
2024-11-18 13:52:49 +00:00
< br >
< ul >
2024-12-03 19:46:50 +00:00
< li > < a class = "content_butt" href = "https://dev.narayana.im/narayana/another.im-ios" > another.im git< / a > - coming soon< / li >
2024-11-18 13:52:49 +00:00
< / ul >
< br >
< / div >
< / div >
< / div >
2024-11-19 18:54:51 +00:00
< / body >
< / html >
<!--
Front build by
nikitajevdookishkin.github.io/designer/
-->