wiby/html/about/index.html
2022-07-07 23:48:28 -04:00

25 lines
520 B
HTML
Executable file

<!DOCTYPE html>
<html>
<head>
<title>About</title>
<link rel="stylesheet" type="text/css" href="../styles.css"/>
</head>
<body>
<blockquote>
<a href="/"><h3>Heading</h3></a>
<p>
Write your about section.
<br>
<br>
<a href="/feedback/">Send Feedback</a><br><br>
</p>
<p class="pin"><b>Additional Features:</b>
<br><br>Developers can connect their applications using the JSON output available at /json.
<br>
<br>
<a class="pin1" href="pp.html">Privacy Policy</a>
</p>
</blockquote>
</body>
</html>