filename:
iheartcomputer/index.html
branch:
main
back to repo
<?php
?>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="IHEARTCOMPUTER">
<title>IHEARTCOMPUTER</title>
<link rel="icon" type="image/x-icon" href="../../logo.png">
<link rel="stylesheet" href="../../styles.css">
</head>
<body>
<div class="main">
<header class="header">
<div class="title">
<strong class="large" style="align-self: flex-start;">I<span style="color: #e00;">♥</span>COMPUTER</strong>
</div>
<nav class="nav">
<a class="link" href="../../index.php">home</a>
<a class="link" href="https://discord.gg/JpRw84Ybwg" target="_blank">discord</a>
<a class="link" href="../../projects/">projects</a>
</nav>
</header>
<hr class="break">
<div class="content">
<div class="large">site resources and tools</div><br>
<li class="medium"><a class="link" href="https://www.ryanhub.org/view.php?repo=iheartcomputer.git">repository</a></li><br>
<div class="small">thats right, its on ryanhub</div><br>
<li class="medium"><a class="link" href="../../styles.css">stylesheet</a></li><br>
<div class="small">if youre into that sort of thing</div><br>
<li class="medium"><a class="link" href="#">third thing</a></li><br>
<div class="small">idk i just wanna use this cool website i made</div><br>
</div>
<hr class="break">
</div>
</body>
</html>