giggles/index.html

34 lines
1.1 KiB
HTML
Raw Permalink Normal View History

2025-01-15 16:54:10 -05:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Dervland</title>
<link rel="stylesheet" href="/index.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Google+Sans:400,500,700|Google+Sans+Text:400,500,700|Google+Sans+Display:400,500,700|Roboto:400,500,700&amp;display=swap"
nonce="">
</head>
<body>
<div class='header'>
<a href='https://google.com/'><img class='ico'
src='https://upload.wikimedia.org/wikipedia/commons/2/2f/Google_2015_logo.svg'> </a>
</div>
<div class='main'>
<div>
<img class='ico' src='/giggles2.svg'>
<h1>Broadcast your Giggles to the world</h1>
<p>Share your short-form Giggles to the world - all on your mobile phone.</p>
<a class='button' href='https://nbg.dervland.net/'>
Join
</a>
</div>
<div>
<img class='art' src='https://c.tenor.com/7NL8QR6JdZMAAAAd/tenor.gif'>
</div>
</div>
</body>
</html>