2024-05-04 12:52:16 +02:00
<!doctype html>
< html class = "no-js" lang = "en" >
< head >
<!-- meta data -->
< meta charset = "utf-8" >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<!-- font - family -->
< link href = "https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i" rel = "stylesheet" >
<!-- title of site -->
< title > Weis wurscht is< / title >
<!-- For favicon png -->
< link rel = "shortcut icon" type = "image/icon" href = "assets/logo/favicon.png" / >
<!-- font - awesome.min.css -->
< link rel = "stylesheet" href = "assets/css/fontawesome.min.css" >
< link href = "assets/css/brands.css" rel = "stylesheet" / >
<!-- linear icon css -->
< link rel = "stylesheet" href = "assets/css/linearicons.css" >
<!-- animate.css -->
< link rel = "stylesheet" href = "assets/css/animate.css" >
<!-- flaticon.css -->
< link rel = "stylesheet" href = "assets/css/flaticon.css" >
<!-- slick.css -->
< link rel = "stylesheet" href = "assets/css/slick.css" >
< link rel = "stylesheet" href = "assets/css/slick-theme.css" >
<!-- bootstrap.min.css -->
< link rel = "stylesheet" href = "assets/css/bootstrap.min.css" >
<!-- bootsnav -->
< link rel = "stylesheet" href = "assets/css/bootsnav.css" >
<!-- style.css -->
< link rel = "stylesheet" href = "assets/css/style.css" >
<!-- responsive.css -->
< link rel = "stylesheet" href = "assets/css/responsive.css" >
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!-- [if lt IE 9]>
< script src = "https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js" > < / script >
< script src = "https://oss.maxcdn.com/respond/1.4.2/respond.min.js" > < / script >
<![endif]-->
< / head >
< body >
<!-- [if lte IE 9]>
< p class = "browserupgrade" > You are using an < strong > outdated< / strong > browser. Please < a href = "https://browsehappy.com/" > upgrade your browser< / a > to improve your experience and security.< / p >
<![endif]-->
<!-- welcome - hero start -->
< section id = "home" class = "welcome-hero" >
< div class = "container" >
< div class = "welcome-hero-txt" >
< h2 > Österreich im Fediverse< / h2 >
< p >
Weis eh scho wurscht is.
< / p >
< / div >
< / div >
< / section > <!-- /.welcome - hero -->
<!-- welcome - hero end -->
<!-- list - topics start -->
< section id = "list-topics" class = "list-topics" >
< div class = "container" >
< div class = "list-topics-content" >
< ul >
2025-05-03 08:50:46 +02:00
< a href = "https://owilodn.ehwurscht.at" >
2024-05-04 12:52:16 +02:00
< li >
< div class = "single-list-topics-content" >
< div class = "single-list-topics-icon" >
2025-05-03 08:50:46 +02:00
< i class = "icon-alltube" style = "display:block; width:60px; height:60px; background: url(assets/images/logo_60.png)no-repeat;" > < / i >
2024-05-04 12:52:16 +02:00
< / div >
2025-05-03 08:50:46 +02:00
< h2 > AllTube Downloader< / h2 >
< p > Videos downloaden< / p >
< p > von vielen Platformen< / p >
< p > owilodn.ehwurscht.at< / p >
2024-05-04 12:52:16 +02:00
< / div >
< / li >
< / a >
< a href = "https://flohmarkt.ehwurscht.at" >
< li >
< div class = "single-list-topics-content" >
< div class = "single-list-topics-icon" >
2025-05-03 08:50:46 +02:00
< i class = "icon-flohmarkt" style = "display:block; width:60px; height:60px;" > < svg id = "flohmarkt" xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 24 24" stroke-width = "2" stroke = "#000000" fill = "none" stroke-linecap = "round" stroke-linejoin = "round" > < path stroke = "none" d = "M0 0h24v24H0z" fill = "none" > < / path > < path d = "M7 10h14l-4-4" > < / path > < path d = "M17 14H3l4 4" > < / path > < / svg > < / i >
2024-05-04 12:52:16 +02:00
< / div >
< h2 > Flohmarkt< / h2 >
2024-05-04 15:01:01 +02:00
< p > Föderierte< / p >
< p > Kleinanzeigen< / p >
2024-05-04 12:52:16 +02:00
< p > flohmarkt.ehwurscht.at< / p >
< / div >
< / li >
< / a >
< a href = "https://code.ehwurscht.at" >
< li >
< div class = "single-list-topics-content" >
< div class = "single-list-topics-icon" >
2025-05-03 08:50:46 +02:00
< i class = "icon-forgejo" style = "display:block; width:60px; height:60px; background: url(assets/images/forgejo.svg)no-repeat;" > < / i >
2024-05-04 12:52:16 +02:00
< / div >
< h2 > Forgejo< / h2 >
2024-05-04 15:01:01 +02:00
< p > Ein quelloffener Ersatz< / p >
< p > für Github und Gitlab< / p >
2024-05-04 12:52:16 +02:00
< p > code.ehwurscht.at< / p >
< / div >
< / li >
< / a >
< / ul >
< / div >
< / div > <!-- /.container -->
< / section > <!-- /.list - topics -->
<!-- list - topics end -->
<!-- footer start -->
< footer id = "footer" class = "footer" >
< div class = "container" >
< div class = "hm-footer-copyright" >
< div class = "row" >
< div class = "col-sm-5" >
< p >
2025-05-03 08:50:46 +02:00
© 2024 - 2025 ehwurscht.at. designed and developed by < a href = "https://www.themesine.com/" > themesine< / a >
2024-05-04 12:52:16 +02:00
< / p > <!-- /p -->
< / div >
< div class = "col-sm-7" >
< div class = "footer-social" >
< a href = "https://mastodon.social/@genuineparts" > < i class = "fa-brands fa-mastodon" > < / i > < / a >
< / div >
< / div >
< / div >
< / div > <!-- /.hm - footer - copyright -->
< / div > <!-- /.container -->
< div id = "scroll-Top" >
< div class = "return-to-top" >
< i class = "fa fa-angle-up " id = "scroll-top" data-toggle = "tooltip" data-placement = "top" title = "" data-original-title = "Back to Top" aria-hidden = "true" > < / i >
< / div >
< / div > <!-- /.scroll - Top -->
< / footer > <!-- /.footer -->
<!-- footer end -->
<!-- Include all js compiled plugins (below), or include individual files as needed -->
< script src = "assets/js/jquery.js" > < / script >
<!-- modernizr.min.js -->
< script src = "https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js" > < / script >
<!-- bootstrap.min.js -->
< script src = "assets/js/bootstrap.min.js" > < / script >
<!-- bootsnav js -->
< script src = "assets/js/bootsnav.js" > < / script >
<!-- feather.min.js -->
< script src = "assets/js/feather.min.js" > < / script >
<!-- counter js -->
< script src = "assets/js/jquery.counterup.min.js" > < / script >
< script src = "assets/js/waypoints.min.js" > < / script >
<!-- slick.min.js -->
< script src = "assets/js/slick.min.js" > < / script >
< script src = "https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js" > < / script >
<!-- Custom JS -->
< script src = "assets/js/custom.js" > < / script >
< / body >
2024-09-03 22:02:41 +02:00
< / html >