-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (39 loc) · 1.52 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Paintoshi Fractals</title>
<meta name="description" content="High resolution originals of Paintoshi Fractals NFT collection.">
<meta name="author" content="Paintoshi">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="paintoshi.css">
</head>
<body>
<h1>Paintoshi Fractals</h1>
<p>Original artwork. Right click and "save image as" for full resolution.<br/><a href="https://paintswap.finance/marketplace/collections/0x968d705d9e365f7d9fc7e42130990c5d26f15f52">NFT Collection</a></p>
<h2>Alien Remnants</h2>
<img src="./img/Alien_Remnants.jpg" alt="Alien_Remnants" />
<h2>City Bottom</h2>
<img src="./img/City_Bottom.jpg" alt="City_Bottom" />
<h2>Death Valley</h2>
<img src="./img/Death_Valley.jpg" alt="Death_Valley" />
<h2>Infinite Web</h2>
<img src="./img/Infinite_Web.jpg" alt="Infinite_Web" />
<h2>Mad Quarters</h2>
<img src="./img/Mad_Quarters.jpg" alt="Mad_Quarters" />
<h2>Mush Mush</h2>
<img src="./img/Mush_Mush.jpg" alt="Mush_Mush" />
<h2>Organic Chaos</h2>
<img src="./img/Organic_Chaos.jpg" alt="Organic_Chaos" />
<h2>Outer Colony</h2>
<img src="./img/Outer_Colony.jpg" alt="Outer_Colony" />
<h2>Prison Cube</h2>
<img src="./img/Prison_Cube.jpg" alt="Prison_Cube" />
<h2>Spherical Outpost</h2>
<img src="./img/Spherical_Outpost.jpg" alt="Spherical_Outpost" />
<h2>Submerged</h2>
<img src="./img/Submerged.jpg" alt="Submerged" />
<h2>Twisted City</h2>
<img src="./img/Twisted_City.jpg" alt="Twisted_City" />
</body>
</html>