mirror of https://github.com/kurisufriend/Clover
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
71 lines
3.3 KiB
71 lines
3.3 KiB
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Chan - 4chan browser</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="assets/font-awesome/css/font-awesome.min.css">
|
|
<link rel="stylesheet" href="assets/main.css" type="text/css">
|
|
<script src="assets/js/jquery-1.11.0.min.js"></script>
|
|
<script src="assets/js/jquery.cycle.lite.js"></script>
|
|
</head>
|
|
<body>
|
|
<div class="github">
|
|
<a href="https://github.com/floens/Chan"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/365986a132ccd6a44c23a9169022c0b5c890c387/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f7265645f6161303030302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png"></a>
|
|
</div>
|
|
<div class="header">
|
|
<p>
|
|
THE NEW 4CHAN ANDROID BROWSER<br>POST FROM TOILET. HEH.
|
|
<div class="dllinks">
|
|
<div class="top">download now</div>
|
|
<a href="https://play.google.com/store/apps/details?id=org.floens.chan">Play Store</a> | <a href="#" onclick="alert('Coming soon!');">F-Droid</a> | <a href="#">APK</a>
|
|
</div>
|
|
</p>
|
|
</div>
|
|
<div class="wrapper">
|
|
<div class="floating">
|
|
<div class="features">
|
|
<div class="left">
|
|
<span class="fa fa-code-fork"></span>Open Source
|
|
<br>
|
|
<span class="fa fa-envelope-o"></span>New post notifications
|
|
<br>
|
|
<span class="fa fa-camera-retro"></span>Smooth Image Viewer
|
|
<br>
|
|
<span class="fa fa-refresh"></span>Auto thread reload
|
|
<br>
|
|
<span class="fa fa-lock"></span>HTTPS only
|
|
<br>
|
|
<span class="fa fa-comment-o"></span>Fast reply
|
|
</div>
|
|
<div class="right">
|
|
<span class="fa fa-money"></span>Free
|
|
<br>
|
|
<span class="fa fa-chevron-right"></span>4chan pass support
|
|
<br>
|
|
<span class="fa fa-thumb-tack"></span>Pinned threads
|
|
<br>
|
|
<span class="fa fa-fast-forward"></span>Fast
|
|
<br>
|
|
<span class="fa fa-play"></span>WebM support
|
|
<br>
|
|
<span class="fa fa-pencil"></span>Themes (soon)
|
|
</div>
|
|
</div>
|
|
<div class="screenshots">
|
|
<div id="slideshow">
|
|
<img class="phone" id="phone1" src="assets/img/phone1.png">
|
|
<img class="phone" id="phone2" src="assets/img/phone2.png">
|
|
<img class="phone" id="phone3" src="assets/img/phone3.png">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="footer">
|
|
<a href="https://github.com/Floens/Chan">GitHub</a> | <a href="#">Donate</a> | <a href="#">Play Store</a> | <a href="#" onclick="alert('Coming soon!');">F-Droid</a> | <a href="#">APK</a>
|
|
</div>
|
|
</div>
|
|
|
|
<script>
|
|
$('#slideshow').cycle()
|
|
</script>
|
|
</body>
|
|
</html>
|
|
|