forked from dalmationer/Hexbomb.gay
Added a new piece of artwork.
This commit is contained in:
parent
7becb3ddb2
commit
bd91e2b5c7
11
gallery.html
11
gallery.html
@ -76,9 +76,18 @@
|
||||
wahoo!
|
||||
|
||||
tag list: comic, toon, tf, martha, bonnibel, fanart, clown, sequence, cheerleader, ella, lazarus,
|
||||
erica, prettification, beloved, breast expansion, humiliation, public, priscilla, fairy, SFW, commission, nerd, bondage, sex, pin-up
|
||||
erica, prettification, beloved, breast expansion, humiliation, public, priscilla, fairy, SFW, commission, nerd, bondage,
|
||||
sex, pin-up, hypnosis, mind control,
|
||||
minerva, supervillain, cape kink
|
||||
-->
|
||||
|
||||
<div id=gallerythumb>
|
||||
<img src="./images/Gallery/Thumbs/claracomm thumb.png" id="thumbnail">
|
||||
<h3><a href="./gallery/0010.html"> Clara & A Hypno Ray</a></h5>
|
||||
Created: <date>14/01/2023</date><br>
|
||||
Tags: Hypnosis, mind control, minerva, supervillain, cape kink
|
||||
</div>
|
||||
|
||||
<div id=gallerythumb>
|
||||
<img src="./images/Gallery/Thumbs/best quality her wiggles thumb.png" id="thumbnail">
|
||||
<h3><a href="./gallery/0009.html"> Best Quality: Her Wiggles (and more)</a></h5>
|
||||
|
100
gallery/0010.html
Normal file
100
gallery/0010.html
Normal file
@ -0,0 +1,100 @@
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<Title>Hex Bomb</Title>
|
||||
|
||||
<link rel="stylesheet" href="../mainstyles.css">
|
||||
<link rel="stylesheet" href="../css/artstyles.css">
|
||||
<script src="../js/adultcheck.js"></script>
|
||||
<link rel="icon" href="hexbomb.gay/favicon.ico" type="image/x-icon">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
|
||||
<meta name="robots" content="index, follow">
|
||||
|
||||
<meta property="title" content="Clara & A Hypno Ray" />
|
||||
<meta property="description" content="A little sketch commission I did for a local friend." />
|
||||
<meta property="image" content="https://hexbomb.gay/images/Gallery/images/claracomm.png" />
|
||||
|
||||
<meta property="og:title" content="Clara & A Hypno Ray" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:description" content="A little sketch commission I did for a local friend." />
|
||||
<meta property="og:image" content="https://hexbomb.gay/images/Gallery/images/claracomm.png" />
|
||||
<meta property="og:url" content="https://hexbomb.gay/gallery/0010.html" />
|
||||
|
||||
<meta name="twitter:title" content="Clara & A Hypno Ray">
|
||||
<meta property="twitter:description" content="A little sketch commission I did for a local friend." />
|
||||
<meta property="twitter:image" content="https://hexbomb.gay/images/Gallery/images/claracomm.png" />
|
||||
<meta name="twitter:card" content="https://hexbomb.gay/images/Gallery/images/claracomm.png">
|
||||
<meta property="twitter:domain" content="https://hexbomb.gay">
|
||||
<meta property="twitter:url" content="https://hexbomb.gay/gallery/0010.html">
|
||||
|
||||
|
||||
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@200;600&family=Raleway:wght@200&family=Staatliches&display=swap" rel="stylesheet">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta charset="UTF-8">
|
||||
<script data-goatcounter="https://hexbomb.goatcounter.com/count"
|
||||
async src="//gc.zgo.at/count.js"></script>
|
||||
<script src="https://comments.dalmationer.art/comments/embed.js"></script>
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id=header-navigation>
|
||||
<img id=headerimg src="../images/Headerimg.png" alt="hex-bomb">
|
||||
<nav class=flexnav>
|
||||
<div id=topbutton><a href="../index.html">Main</a></div>
|
||||
<div id=topbutton><a href="../blog.html">Blog</a></div>
|
||||
<div id=topbutton><a href="../gallery.html">Gallery</a></div>
|
||||
<div id=topbutton><a href="../comics.html">Zines & Comics</a></div>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
<div id=Content-box class="flex-container">
|
||||
|
||||
<div id=maincontent>
|
||||
<article>
|
||||
<H1>Clara & A Hypno Ray</H1>
|
||||
<p class="date">14/01/2023</p><br>
|
||||
<div id="artcontainer">
|
||||
<a href="../images/Gallery/images/claracomm.png"> <img src="../images/Gallery/images/claracomm.png" style="max-width: 1400; max-height: 2000;" class="galleryart"></a>
|
||||
</div>
|
||||
|
||||
<p class="description">
|
||||
A little sketch commission I did for a local friend.
|
||||
|
||||
</p>
|
||||
|
||||
<div id="commentics">
|
||||
<script>
|
||||
var commentics_config = {
|
||||
'identifier': 'hexart10',
|
||||
'reference' : 'hexart 10'
|
||||
};
|
||||
</script>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
<form>
|
||||
<input type="button" value="Back" onclick="history.back()" id="backbutton">
|
||||
<a href="../gallery.html"><div id="backbutton">Gallery</div></a>
|
||||
</form>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<div id="Footerbox">
|
||||
<p>
|
||||
This website was generously hosted by my pals at <a href="https://autonomic.zone/">Autonomic.Zone co-operative.</a> Unless otherwise specified, all content on this site is © 2022 HEX BOMB.
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
|
||||
</html>
|
BIN
images/Gallery/Thumbs/claracomm thumb.png
Normal file
BIN
images/Gallery/Thumbs/claracomm thumb.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 76 KiB |
BIN
images/Gallery/images/claracomm.png
Normal file
BIN
images/Gallery/images/claracomm.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 242 KiB |
@ -78,7 +78,10 @@
|
||||
<h2>NEWS</h2>
|
||||
<div id=newscommsbox>
|
||||
<div id="sitenews">
|
||||
|
||||
<h5>14/01/2023 New Art! A commission I did some time ago!</h5>
|
||||
<p> <a href="./gallery/0010.html">Drew this!</a> It's just a small commissioned art I made some time ago, but it's still quite fun.
|
||||
<hr>
|
||||
</p>
|
||||
<h5>13/01/2023 New Art! Wiggles!</h5>
|
||||
<p>Added some pieces of my SS13 character, and a nice intimate art for my GF and I. I may write a blog post later today, we'll see. <a href="./gallery/0008.html">Check it out!</a><a href="./gallery/0009.html"> And this one, too.</a>
|
||||
<hr>
|
||||
|
16
rss.xml
16
rss.xml
@ -5,10 +5,24 @@
|
||||
<description>Hex Bomb's Wretched Feed</description>
|
||||
<link>https://hexbomb.gay</link>
|
||||
<lastBuildDate>
|
||||
Fri, 13 Jan 2023 09:49:44 +0000
|
||||
Sat, 14 Jan 2023 17:18:52 +0000
|
||||
</lastBuildDate>
|
||||
<ttl>20000</ttl>
|
||||
|
||||
<item>
|
||||
<title>New Art! Check it out!</title>
|
||||
<description>
|
||||
Added a little art commission I did.
|
||||
https://hexbomb.gay//gallery/0010.html
|
||||
|
||||
</description>
|
||||
<link>https://hexbomb.gay//gallery/0010.html</link>
|
||||
<pubDate>
|
||||
Sat, 14 Jan 2023 17:18:52 +0000
|
||||
</pubDate>
|
||||
</item>
|
||||
|
||||
|
||||
<item>
|
||||
<title>New Art! Check it out!</title>
|
||||
<description>
|
||||
|
Loading…
Reference in New Issue
Block a user