You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
724 B
28 lines
724 B
<!DOCTYPE HTML> |
|
<html> |
|
|
|
<head> |
|
<title>penloy.xyz | Projects</title> |
|
|
|
<meta charset="UTF-8"> |
|
<meta name="author" content="Penloy"> |
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
<link rel="stylesheet" href="/css/style.min.css"> |
|
</head> |
|
|
|
<body> |
|
<div class="flex-container"> |
|
<?php include '../sidebar.php';?> |
|
<div id="content"> |
|
<main> |
|
<h1>Projects I'm currently working on</h1> |
|
<ul> |
|
<li><a href="/index.php">My Website</a></li> |
|
<li><a href="/html/taylist.php">Taylor Swift Song Ranking</a></li> |
|
</ul> |
|
</main> |
|
</div> |
|
</div> |
|
</body> |
|
|
|
</html>
|