web-narrowcast/about.html
JoanaChicau fa992b73d2 new about page + clean up
created link and about page;
moved scripts to sepparate JS file;
minor css arrangements side bar etc;
2021-04-01 15:11:18 +02:00

24 lines
708 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>NARROWCAST</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" type="text/css" media="all" href="narrowstyle.css"></link>
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.css" rel="stylesheet" type='text/css'>
</head>
<body id="about">
<div class="linkmore"><a href="https://stream.vvvvvvaria.org/">back<span></span><br></a></div>
<div>
<h1> about the < NARROWCAST > </h1>
<p class="about"> ... some more words from THE VARIA BROADCATS TEAM (AKA BROADCATS ˚ᆺ˚)´ coming soon ... </p>
</div>
</body>
</html>