51 lines
2.2 KiB
HTML
51 lines
2.2 KiB
HTML
<!--
|
|
|
|
██ ███████ ███████ ██ ██ ███████ ██ ███████ ██ ██ ██ ███ ██ ██████
|
|
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ████ ██ ██
|
|
██ █████ ███████ ██ ██ ███████ ██ ███████ █████ ██ ██ ██ ██ ██ ███
|
|
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
|
|
█████ ███████ ███████ ██████ ███████ ██ ███████ ██ ██ ██ ██ ████ ██████
|
|
|
|
|
|
-->
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta charset="UTF-8" />
|
|
<title>shiloh code community | join the conversation!</title>
|
|
<link rel="stylesheet" href="css/style.css" />
|
|
<link rel="icon" href="/assets/favicon.ico" type="image/x-icon" />
|
|
</head>
|
|
|
|
<body>
|
|
<img id="userPhoto" src="/assets/shiloh-logo-icon.png" alt="User Photo" />
|
|
<a href="#matthew7:13-14" id="userName"
|
|
>join the shiloh code community by clicking a button below</a
|
|
>
|
|
<div id="links">
|
|
<a
|
|
class="link"
|
|
href="https://matrix.to/#/#remnant:s.shilohcode.com"
|
|
target="_blank"
|
|
>matrix.org</a
|
|
>
|
|
<a class="link" href="https://githaven.org" target="_blank"
|
|
>githaven.org</a
|
|
>
|
|
<a
|
|
class="link"
|
|
href="https://www.youtube.com/@shiloh-code"
|
|
target="_blank"
|
|
>youtube</a
|
|
>
|
|
<a class="link" href="https://rumble.com/user/shilohcode" target="_blank"
|
|
>rumble</a
|
|
>
|
|
</div>
|
|
|
|
<!-- Javascript -->
|
|
</body>
|
|
</html>
|