7
0
Fork 0

Add V2 site link, update styling, fix indentation in index.html, update tutorial page styling

This commit is contained in:
ieatlead 2024-11-16 18:40:07 +01:00
parent 6fbf9b882c
commit 02a21851fa
3 changed files with 59 additions and 55 deletions

View file

@ -3,7 +3,7 @@ body {
margin: 2em auto;
background-color: black;
color: white;
font-family: Arial
font-family: Arial, sans-serif
}
a {color:#05d5ff}
a {color: #05d5ff}

View file

@ -29,6 +29,7 @@
<a href="xmpp:frost@room.telepath.im?join" target="_blank">XMPP</a>
<a href="https://matrix.to/#/#frost:omada.cafe" target="_blank">Matrix</a>
</nav>
<a href="/v2/">The new website (work in progress)</a>
<h3>How to use</h3>
<p>See the <a href="/tutorial/">tutorial page</a> for instructions.</p>

View file

@ -1,10 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tutorial</title>
<link rel="stylesheet" href="https://stackedit.io/style.css" />
<title>FrostIPTV</title>
<meta name="description" content="The simplest IPTV service. TV channels and radio stations from around the world, all for free.">
<meta name="keywords" content="IPTV, TV, free TV, free IPTV">
<link rel="stylesheet" href="/assets/css/style.css">
<link rel="icon" type="image/png" href="/assets/img/favicon.png">
</head>
<body class="stackedit">