Updated /latest/ to include new features
Nsfw filter based on twitter's Support for Multiple Images
This commit is contained in:
@ -6,12 +6,12 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Twitfix Latest</title>
|
||||
<link rel="stylesheet" href={{ url_for('static', filename='style.css') }}>
|
||||
<link rel="stylesheet" href={{ url_for('static', filename='style.css' ) }}>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Paytone+One&display=swap" rel="stylesheet">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<script src={{ url_for('static', filename='main.js') }}></script>
|
||||
<script src={{ url_for('static', filename='main.js' ) }}></script>
|
||||
|
||||
<div class="previmgcont" onclick="document.querySelector('.previmgcont').style.display = 'none'; "
|
||||
style="display: none;">
|
||||
@ -21,8 +21,8 @@
|
||||
<div class="base">
|
||||
<div id="block">
|
||||
<p class="warn">Warning!!</p>
|
||||
<p>Twitfix does not filter out any content.</p>
|
||||
<p>Following content is most certainly NSFW.</p>
|
||||
<p>Twitfix only filters the content specified as NSFW.</p>
|
||||
<p>Following content might be NSFW.</p>
|
||||
<p>Prepare yourself mentally and pick one of the options</p>
|
||||
<p>Do you want to see the latest twitfix requests?</p>
|
||||
<br>
|
||||
|
Reference in New Issue
Block a user