-
-
Notifications
You must be signed in to change notification settings - Fork 425
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15088,6 +15088,7 @@ <h2>Sandboxels Introduction</h2> | |
<!-- <p>If you'd like to support us, consider donating on <a href="https://www.paypal.com/donate/?hosted_button_id=GCX4VHQ7SZWTN" target="_blank">PayPal</a> or <a href="https://cash.app/$emojiartist" target="_blank" title="$emojiartist">CashApp</a>, or subscribing on Discord.</p> --> | ||
<p>Business inquiries? Education stories? <a href="https://sandboxels.R74n.com/help">Help needed?</a> Email us at <a href="mailto:[email protected]">[email protected]</a>!</p> | ||
<p>Thanks to: Serioustar, WeiChei, Midi_png, ggod, Trent, u2ce</p> | ||
<p>As an Amazon Associate we earn from qualifying 'GIFT IDEA' purchases.</p> | ||
<p>Sandboxels is developed by R74n. Check out <a href="https://R74n.com" target="_blank">our other projects</a>! <a href="https://R74n.com/privacy">Privacy Policy</a></p> | ||
<script> | ||
// add the above elements programmatically when the page loads | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
<html> | ||
<style> | ||
body, html {width: 300px; height: 250px; background-color: gray; overflow: hidden; padding:0!important; margin: 0!important;} | ||
body, html {width: 300px; height: 250px; overflow: hidden; padding:0!important; margin: 0!important;text-align: center} | ||
/* body, html {overflow: hidden; padding:0!important; margin: 0!important;} */ | ||
img {width: 300px; height: 250px;} | ||
p {font-family: Arial, Helvetica, sans-serif; color:white;} | ||
p a {color:rgb(255, 0, 255)} | ||
</style> | ||
</html> | ||
<body> | ||
<img src="https://R74n.com/icons/thumbnail.png"> | ||
<!-- <p style="font-size:1.2em"><strong>Christmas <span style="color:red">GIFT</span> <span style="color:lime">IDEA</span></strong>: <a href="https://amzn.to/3R6Pruz" target="_blank">Chemistry Molecule Set Toy</a></p> --> | ||
</body> |