36 lines
662 B
HTML
36 lines
662 B
HTML
<!doctype html>
|
|
<html>
|
|
|
|
#include header.html
|
|
|
|
<body>
|
|
<div class="title">
|
|
<h1 class="fsText"><a href="index.html">ktyl@website</a>/graphics</h1>
|
|
</div>
|
|
|
|
#include sidebar.html
|
|
|
|
<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>
|
|
<img src="membrain.png"></img>
|
|
<img src="revival.png"></img>
|
|
<img src="lsd.png"></img>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
#include planets.html
|
|
|
|
#include footer.html
|
|
</body>
|
|
</html>
|