2021-09-13 00:06:53 +01:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
|
|
|
|
#include header.html
|
|
|
|
|
|
|
|
<body>
|
2021-11-30 00:32:21 +00:00
|
|
|
|
|
|
|
#include titlestart.html
|
|
|
|
/gallery
|
|
|
|
#include titleend.html
|
2021-09-13 00:06:53 +01:00
|
|
|
|
2021-11-30 00:07:11 +00:00
|
|
|
#include sidebar.html
|
2021-09-13 00:06:53 +01:00
|
|
|
|
2021-11-30 00:07:11 +00:00
|
|
|
<div class="page portfolio">
|
2021-11-30 00:32:21 +00:00
|
|
|
<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>
|
|
|
|
<img src="membrain.png"></img>
|
|
|
|
<img src="revival.png"></img>
|
|
|
|
<img src="lsd.png"></img>
|
|
|
|
</div>
|
2021-11-30 00:07:11 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
#include planets.html
|
|
|
|
#include footer.html
|
2021-11-30 00:32:21 +00:00
|
|
|
|
2021-09-13 00:06:53 +01:00
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|