ktyl.dev/src/root/graphics.html

36 lines
662 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>/graphics</h1>
2021-09-13 00:06:53 +01:00
</div>
2021-10-11 00:29:58 +01:00
#include sidebar.html
2021-09-13 00:06:53 +01:00
2021-10-11 21:36:34 +01:00
<div class="page portfolio">
<div class="wrapper">
<img src="cloudsteroid.png"></img>
<img src="oglc.png"></img>
<img src="ecollapse.png"></img>
<img src="relativity.png"></img>
<img src="doppler.png"></img>
<img src="relanoise.png"></img>
<img src="skeinring.png"></img>
2021-10-15 00:03:16 +01:00
<img src="membrain.png"></img>
<img src="revival.png"></img>
<img src="lsd.png"></img>
2021-10-11 21:36:34 +01:00
</div>
2021-10-11 00:29:58 +01:00
</div>
2021-10-11 21:36:34 +01:00
</div>
#include planets.html
2021-09-13 00:06:53 +01:00
#include footer.html
2021-10-11 00:29:58 +01:00
</body>
2021-09-13 00:06:53 +01:00
</html>