sapiochat/pages/landing.html

16 lines
338 B
HTML
Raw Normal View History

2023-02-20 21:58:14 +01:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>SapioChat</title>
<link rel="stylesheet" type="text/css" href="./../styles/styles.css" />
</head>
<body>
<div class="whole-wrapper">
<div class="nav-wrapper">
<a class="home=link" href="/">Home</a>
</div>
</div>
</body>
</html>