ktyl.dev/src/root/portfolio.html

21 lines
342 B
HTML
Raw Normal View History

2021-09-13 00:06:53 +01:00
<!doctype html>
<html>
#include header.html
<body>
<div class="title">
<h1 class="fsText"><a href="index.html">ktyl@website</a>/portfolio</h1>
</div>
2021-10-11 00:29:58 +01:00
#include sidebar.html
2021-09-13 00:06:53 +01:00
2021-10-11 00:29:58 +01:00
<div class="demoTiles">
<img class="demoTile" src="oglc.png">
<img class="demoTile" src="oglc.png">
<img class="demoTile" src="oglc.png">
</div>
2021-09-13 00:06:53 +01:00
2021-10-11 00:29:58 +01:00
</body>
2021-09-13 00:06:53 +01:00
</html>