You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
877 B
HTML
22 lines
877 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<title>(PROJECT) Sufyaan's Webpage</title>
|
|
<link rel="icon" type="image/x-icon" href="../images/favicon.webp">
|
|
<link rel='stylesheet' type='text/css' href="../style.css">
|
|
<link rel='stylesheet' href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" media="all">
|
|
<meta charset="utf-8"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
</head>
|
|
|
|
<body>
|
|
<a href="../"><img src="../images/titan-header.webp" alt="TitanElectrons" class="center" style="padding-bottom:3vw;padding-top:3vw;"></a>
|
|
<hr/>
|
|
<h1><i class="fa fa-pencil" aria-hidden="true"></i>Project Name</h1>
|
|
<p>Project info</p>
|
|
<hr/>
|
|
<footer>
|
|
<p class="footer-text"><a href="../..">personal website</a> - <a href="../../about">about</a> - <a href="../../portfolio">portfolio</a></a></p>
|
|
</footer>
|