blob: 88637b6bf2b2e0273a7817c20c8b93cd9a4c0021 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<!DOCTYPE html>
<html lang="en">
<head>
<title>LFR Vans</title>
<meta charset="UTF-8">
<link id="mainstyle" rel="stylesheet" href="style.css">
<link rel="stylesheet" href="etc.css">
<script src="style.js" defer></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<main id="content">
<h2 style="margin-top: 0; margin-bottom: 8px;">><> LFR Vans</h2>
<a href="index.html">home</a> /
<a href="pages.html">pages</a> /
<a href="blog.html">blog</a> /
<a href="journal.html">journal</a> /
<a href="about_site.html">about site</a>
<hr>
<p>Theres now these police vans in the UK which do live facial recognition. Useless and dumb and useless.</p>
<p>They say that they delete everything immediately if you're 'innocent', but how can you prove that?</p>
<p>(TODO - write shit about LFR vans)</p>
<hr>Last Modified: December 12, 2025
</main></body></html>
|