-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
24 lines (22 loc) · 869 Bytes
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Head -->
<?php include(dirname(__FILE__)."/templates/head.php");?>
</head>
<body>
<!-- Body middle text -->
<div class="body">
<h1 class="body-text">Welcome to Viovyx's site!</h1>
<h2 class="body-text">
This site is a never ending project and will always keep getting new updates in the future.<br>
You can view the progress of this site on <a href="https://github.com/Viovyx/viovyx.com" target="_blank">GitHub</a> and my socials <a href="/socials">here</a>!<br>
All of my current projects are listed <a href="/projects">here</a>.
</h2>
</div>
</body>
<footer>
<!-- Footer -->
<?php include(dirname(__FILE__)."/templates/footer.php");?>
</footer>
</html>