-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
24 lines (23 loc) · 879 Bytes
/
index.php
File metadata and controls
24 lines (23 loc) · 879 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?php
include 'inc/head.php';
include 'inc/nav.php';
?>
<!-- row -->
<div class="row" id="hero">
<section>
<a href="https://beard.gg"><img class="logo" src="images/icons/logo.jpg" /></a>
<h1><b style="color:#2ed573;">beard</b> lyness</h1>
<div class="paste-content">
<div class="contentBox">
<p class="pasted">
<h4>Welcome to my personal website!</h4>
<p>I've been helping people and making stuff for the Internet since 06.</p>
<p>I dabble in a lot of different catagories of tech, and In my free time I play Video Games. </p>
</p>
</div>
</div>
</section>
</div>
<?php
include 'inc/foot.php';
?>