Create projects.htm

This commit is contained in:
Adrian 2024-02-19 12:15:23 -03:00 committed by GitHub
commit f4d90cfad9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

27
projects.htm Normal file
View file

@ -0,0 +1,27 @@
<!doctype html>
<html>
<head>
<title>Adrian</title>
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body class="vertcentered">
<center>
<h1 class="nobottommargin">adrian's webspace</h1>
<h3 class="italic lightcol nospace">all my projects listed below</h2>
<table height="100%" width="100%">
<h3 class="nospace">
<a href="http://adrian.rf.gd/" style="text-decoration:blink">home</a>
</h3>
<h3 class="nospace">
</h3>
<tr>
<td align="center" valign="middle" style="padding-left: 10%; padding-right: 10%;">
<p>This list feels so lonely.</p>
</td>
</tr>
</table>
<p class="bold">Adrian Victor, under unlicense, <a href="https://github.com/adrianvic/website">on GitHub</a> <p>
</center>
</body>
</html>