mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 08:38:24 +01:00
typo moment
This commit is contained in:
parent
04c91fc920
commit
0f227ac90c
1 changed files with 7 additions and 5 deletions
12
t/index.html
12
t/index.html
|
@ -1,4 +1,4 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
|
@ -13,7 +13,7 @@
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
/>
|
/>
|
||||||
<link href="/stuff/tube.svg" rel="icon" />
|
<link href="/stuff/tube.svg" rel="icon" />
|
||||||
<style>
|
<style>
|
||||||
|
|
||||||
@import("https://poketube.fun/css/app.main.css");
|
@import("https://poketube.fun/css/app.main.css");
|
||||||
body{
|
body{
|
||||||
|
@ -40,12 +40,13 @@
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<img src="/t/rep.gif" style="width: 0;visibility: hidden;"> <center>
|
<img src="/t/rep.gif" style="width: 0;visibility: hidden;">
|
||||||
|
<center>
|
||||||
<div>
|
<div>
|
||||||
<h1>Hi Nerd!</h1>
|
<h1>Hi Nerd!</h1>
|
||||||
<p>
|
<p>
|
||||||
At Poketube,we simply dont collect or share your personal information.
|
At Poketube,we simply dont collect or share your personal information.
|
||||||
You migth see the requests to this website being made while watching a
|
You might see the requests to this website being made while watching a
|
||||||
video,tho.
|
video,tho.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
|
@ -57,7 +58,7 @@
|
||||||
promise.
|
promise.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
For the source code of this "stats" thingy,its based on matomo (its just a self-hosted matomo istance really ) but w/ config options changed to;<br>
|
For the source code of this "stats" thingy, its based on matomo (its just a self-hosted matomo istance really ) but w/ config options changed to;<br>
|
||||||
- Dont collect personal info<br>
|
- Dont collect personal info<br>
|
||||||
- Dont collect ip<br><br>
|
- Dont collect ip<br><br>
|
||||||
|
|
||||||
|
@ -77,3 +78,4 @@
|
||||||
</center>
|
</center>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue