Source Code Viewer.html
Source Code Viewer.html
DOCTYPE html>
<html lang="en">
<head>
<!--Blazor:
{"type":"webassembly","assembly":"Microsoft.AspNetCore.Components.Web","typeName":"
Microsoft.AspNetCore.Components.Web.HeadOutlet","parameterDefinitions":"W10=","para
meterValues":"W10=","prerenderId":"5a5d488276294a3db5827227b54b4c3a"}--
><title>Text-to-Image Flux - Online Free AI Image Generator - Dezgo</title><meta
name="description" content="Generate high-quality images from text in any style,
realistic, anime, cartoon, illustrations, logos, and more. Powered by Flux and
Stable Diffusion AI models." />
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-
scale=1.0, user-scalable=no" />
<base href="/" />
<link href="/app.css" rel="stylesheet" />
<link href="Dezgo.Web.Client.styles.css" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?
family=Roboto:300,400,500,700&display=swap" rel="stylesheet" />
<link href="_content/MudBlazor/MudBlazor.min.css" rel="stylesheet" />
<link rel="icon" type="image/png" href="/favicon.png" />
<link href='https://fonts.googleapis.com/css?family=Abel|Rubik|Lato|
Montserrat:300' rel='stylesheet' type='text/css'>
gtag('config', 'G-V8L8E563W6');
</script>
<script type="text/javascript">
function isElementInViewport (el, verticalOffset) {
var rect = el.getBoundingClientRect();
containerHeight -= verticalOffset;
return (
rect.top >= 0 &&
rect.left >= 0 &&
rect.bottom <= containerHeight &&
rect.right <= containerWidth
);
}
function getPersistentRandomNumber() {
var key = "com.dezgo.rand";
try {
if (!localStorage.getItem(key)) {
var randomNumber = Math.random();
localStorage.setItem(key, randomNumber.toString());
return randomNumber;
} else {
return parseFloat(localStorage.getItem(key));
}
} catch (error) {
return 0;
}
}
function scrollToTop()
{
window.scrollTo({
top: 0,
left: 0,
behavior: 'smooth'
});
}
function dScrollTo(elementId)
{
var el = document.getElementById(elementId);
var check = isElementInViewport(el, 250);
if (!check)
{
el.scrollIntoView({
//alignToTop: true,
block: "start",
inline: "nearest",
behavior: "smooth"
})
}
}
async function getImageSize(imgBase64)
{
var img = new Image();
img.src = imgBase64;
await img.decode();
function fireClick(element)
{
element.click();
}
IS_TURNSTILE_READY = false;
function getTurnstileStatus()
{
return IS_TURNSTILE_READY;
}
function turnstileRender(container, callbackObj, options)
{
options["callback"] = function (token) {
callbackObj.invokeMethodAsync("OnTurnstileSuccess", token);
};
function onloadTurnstileCallback()
{
IS_TURNSTILE_READY = true;
}
tab.addEventListener('load', function(event) {
console.log("tab loaded");
tab.executeFetchRedirect(fetch_url, fetch_params);
});
}
</script>
<script src="https://challenges.cloudflare.com/turnstile/v0/api.js?
render=explicit&onload=onloadTurnstileCallback" async defer></script>
<script type="text/javascript">
ADS_STARTED = false;
function startAds() {
}
</script>
document.addEventListener("DOMContentLoaded", function () {
window.zESettings = {
webWidget: {
zIndex: 1000
}
};
zE(function() {
// Closed by default
zE.hide();
});
zeActivate = function () {
zE(function() {
zE.activate();
});
}
});
</script>
<!-- End of dezgo Zendesk Widget script -->
freestar.initCallback = function () {
console.log("fs.initCallback");
}
</script>
<script type="text/javascript">
PRIMIS_DEFAULT_FLOAT = "disable";
FS_INITIALIZED = false;
var config = {
floatInitalStatus : PRIMIS_DEFAULT_FLOAT,
};
function primisSetDefaultFloat(is_enabled) {
PRIMIS_DEFAULT_FLOAT = is_enabled ? "enable" : "disable";
}
var p = e.detail;
function primisReg(id) {
p.addEventListener(id, function (e) {
if(e !== null && e !== undefined){
e = JSON.stringify(e);
}
else {
e = "{}";
}
primisFwd(id, e);
});
}
var eventIds = [
"adStarted",
"adCompleted",
"adFirstQuartile",
"adMidQuartile",
"adThirdQuartile",
"adClickthrough",
"adPause",
"adPlay",
"adSkip",
"videoStart",
"videoEnd",
"videoSkip",
"videoClickthrough",
"volumeChange",
"playerModeChange",
"floatStatusChange",
"userFloatClose"
];
eventIds.forEach(primisReg);
primisFwd("primisPlayerInit", "{}");
});
function initFs() {
if (FS_INITIALIZED)
return;
console.log("fs: initializing");
FS_INITIALIZED = true;
}
function getUserAgent() {
return navigator.userAgent;
}
function getMaxTouchPoints() {
return navigator.maxTouchPoints || 0;
}
function fsTest() {
return true;
}
function fsFooterSupported() {
return true;
}
function fsNewFooter() {
initFs();
window.freestar.queue.push(function(){
window.freestar.newStickyFooter("dezgo_sticky_footer_oncall");
});
}
function fsDeleteFooter() {
if (!FS_INITIALIZED) return;
window.freestar.queue.push(function(){
window.freestar.deleteStickyFooter("dezgo_sticky_footer_oncall");
});
}
function fsOnPageview()
{
if (!FS_INITIALIZED) return;
freestar.queue.push(function(){
freestar.trackPageview()
});
}
function fsHelperCallback(name) {
return function () {
console.log("fs: callback " + name + ":", arguments);
}
}
freestar.queue.push(function()
{
var attrName = "data-video-initialized";
container.setAttribute(attrName, "true");
primisFwd("freestar_newVideo", "{}");
freestar.newVideo(placementName);
function fsDeleteVideo(containerId) {
if (!FS_INITIALIZED) return;
container.innerHTML = "";
container.setAttribute(attrName, "false");
/*function fsDeleteVideo(placementName)
{
freestar.queue.push(function()
{
// not supported
freestar.deleteVideo({
placementName: placementName,
name: placementName,
callback: fsHelperCallback("deleteVideo")
});
});
}*/
freestar.queue.push(function()
{
freestar.newStandAlonePlayer(
{
placementName: placementName,
name: placementName,
callback: function(a, state) {
console.log("fs: callback newStandAlonePlayer:", arguments);
if (caller)
caller.invokeMethodAsync("OnJsCallback",
JSON.stringify(state) );
}
})
});
}
function fsDeleteStandAlonePlayer(placementName)
{
if (!FS_INITIALIZED) return;
freestar.queue.push(function()
{
freestar.deleteStandAlonePlayer({
placementName: placementName,
name: placementName,
callback: fsHelperCallback("deleteStandAlonePlayer")
});
});
}
function getExpPrimisValue() {
return 0.75;
}
</script>
function interopImpactGetClickId() {
return IMPACT_CLICK_ID;
}
function interopImpactRefreshClickId() {
ire('generateClickId', function (cId) {
if (cId && cId !== IMPACT_CLICK_ID)
{
IMPACT_CLICK_ID = cId;
console.log("Impact: refresh click id:", cId);
}
});
}
</script>
<!-- END IMPACT -->
</head>
<body>
<style>
:root{
--mud-palette-black: #27272fff;
--mud-palette-white: #ffffffff;
--mud-palette-primary: #1976d2ff;
--mud-palette-primary-rgb: 25,118,210;
--mud-palette-primary-text: #ffffffff;
--mud-palette-primary-darken: rgb(20,97,173);
--mud-palette-primary-lighten: rgb(45,138,230);
--mud-palette-primary-hover: rgba(25,118,210,0.058823529411764705);
--mud-palette-secondary: #ff4081ff;
--mud-palette-secondary-rgb: 255,64,129;
--mud-palette-secondary-text: #ffffffff;
--mud-palette-secondary-darken: rgb(255,31,105);
--mud-palette-secondary-lighten: rgb(255,102,153);
--mud-palette-secondary-hover: rgba(255,64,129,0.058823529411764705);
--mud-palette-tertiary: #1ec8a5ff;
--mud-palette-tertiary-rgb: 30,200,165;
--mud-palette-tertiary-text: #ffffffff;
--mud-palette-tertiary-darken: rgb(25,169,140);
--mud-palette-tertiary-lighten: rgb(42,223,187);
--mud-palette-tertiary-hover: rgba(30,200,165,0.058823529411764705);
--mud-palette-info: #3299ffff;
--mud-palette-info-rgb: 50,153,255;
--mud-palette-info-text: #ffffffff;
--mud-palette-info-darken: rgb(10,133,255);
--mud-palette-info-lighten: rgb(92,173,255);
--mud-palette-info-hover: rgba(50,153,255,0.058823529411764705);
--mud-palette-success: #0bba83ff;
--mud-palette-success-rgb: 11,186,131;
--mud-palette-success-text: #ffffffff;
--mud-palette-success-darken: rgb(9,154,108);
--mud-palette-success-lighten: rgb(13,222,156);
--mud-palette-success-hover: rgba(11,186,131,0.058823529411764705);
--mud-palette-warning: #ffa800ff;
--mud-palette-warning-rgb: 255,168,0;
--mud-palette-warning-text: #ffffffff;
--mud-palette-warning-darken: rgb(214,143,0);
--mud-palette-warning-lighten: rgb(255,182,36);
--mud-palette-warning-hover: rgba(255,168,0,0.058823529411764705);
--mud-palette-error: #f64e62ff;
--mud-palette-error-rgb: 246,78,98;
--mud-palette-error-text: #ffffffff;
--mud-palette-error-darken: rgb(244,47,70);
--mud-palette-error-lighten: rgb(248,119,134);
--mud-palette-error-hover: rgba(246,78,98,0.058823529411764705);
--mud-palette-dark: #27272fff;
--mud-palette-dark-rgb: 39,39,47;
--mud-palette-dark-text: #ffffffff;
--mud-palette-dark-darken: rgb(23,23,28);
--mud-palette-dark-lighten: rgb(56,56,67);
--mud-palette-dark-hover: rgba(39,39,47,0.058823529411764705);
--mud-palette-text-primary: #ffffffb2;
--mud-palette-text-secondary: #ffffff7f;
--mud-palette-text-disabled: #ffffff33;
--mud-palette-action-default: #adadb1ff;
--mud-palette-action-default-hover: rgba(0,0,0,0.058823529411764705);
--mud-palette-action-disabled: #ffffff42;
--mud-palette-action-disabled-background: #ffffff1e;
--mud-palette-surface: #373740ff;
--mud-palette-background: #32333dff;
--mud-palette-background-grey: #27272fff;
--mud-palette-drawer-background: #27272fff;
--mud-palette-drawer-text: #ffffff7f;
--mud-palette-drawer-icon: #ffffff7f;
--mud-palette-appbar-background: #27272fff;
--mud-palette-appbar-text: #ffffffb2;
--mud-palette-lines-default: #ffffff1e;
--mud-palette-lines-inputs: #ffffff4c;
--mud-palette-table-lines: #ffffff1e;
--mud-palette-table-striped: #ffffff33;
--mud-palette-table-hover: #0000000a;
--mud-palette-divider: #ffffff1e;
--mud-palette-divider-light: #ffffff0f;
--mud-palette-grey-default: #9E9E9E;
--mud-palette-grey-light: #BDBDBD;
--mud-palette-grey-lighter: #E0E0E0;
--mud-palette-grey-dark: #757575;
--mud-palette-grey-darker: #616161;
--mud-palette-overlay-dark: rgba(33,33,33,0.4980392156862745);
--mud-palette-overlay-light: rgba(255,255,255,0.4980392156862745);
--mud-elevation-0: none;
--mud-elevation-1: 0px 2px 1px -1px rgba(0,0,0,0.2),0px 1px 1px 0px
rgba(0,0,0,0.14),0px 1px 3px 0px rgba(0,0,0,0.12);
--mud-elevation-2: 0px 3px 1px -2px rgba(0,0,0,0.2),0px 2px 2px 0px
rgba(0,0,0,0.14),0px 1px 5px 0px rgba(0,0,0,0.12);
--mud-elevation-3: 0px 3px 3px -2px rgba(0,0,0,0.2),0px 3px 4px 0px
rgba(0,0,0,0.14),0px 1px 8px 0px rgba(0,0,0,0.12);
--mud-elevation-4: 0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px
rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12);
--mud-elevation-5: 0px 3px 5px -1px rgba(0,0,0,0.2),0px 5px 8px 0px
rgba(0,0,0,0.14),0px 1px 14px 0px rgba(0,0,0,0.12);
--mud-elevation-6: 0px 3px 5px -1px rgba(0,0,0,0.2),0px 6px 10px 0px
rgba(0,0,0,0.14),0px 1px 18px 0px rgba(0,0,0,0.12);
--mud-elevation-7: 0px 4px 5px -2px rgba(0,0,0,0.2),0px 7px 10px 1px
rgba(0,0,0,0.14),0px 2px 16px 1px rgba(0,0,0,0.12);
--mud-elevation-8: 0px 5px 5px -3px rgba(0,0,0,0.2),0px 8px 10px 1px
rgba(0,0,0,0.14),0px 3px 14px 2px rgba(0,0,0,0.12);
--mud-elevation-9: 0px 5px 6px -3px rgba(0,0,0,0.2),0px 9px 12px 1px
rgba(0,0,0,0.14),0px 3px 16px 2px rgba(0,0,0,0.12);
--mud-elevation-10: 0px 6px 6px -3px rgba(0,0,0,0.2),0px 10px 14px 1px
rgba(0,0,0,0.14),0px 4px 18px 3px rgba(0,0,0,0.12);
--mud-elevation-11: 0px 6px 7px -4px rgba(0,0,0,0.2),0px 11px 15px 1px
rgba(0,0,0,0.14),0px 4px 20px 3px rgba(0,0,0,0.12);
--mud-elevation-12: 0px 7px 8px -4px rgba(0,0,0,0.2),0px 12px 17px 2px
rgba(0,0,0,0.14),0px 5px 22px 4px rgba(0,0,0,0.12);
--mud-elevation-13: 0px 7px 8px -4px rgba(0,0,0,0.2),0px 13px 19px 2px
rgba(0,0,0,0.14),0px 5px 24px 4px rgba(0,0,0,0.12);
--mud-elevation-14: 0px 7px 9px -4px rgba(0,0,0,0.2),0px 14px 21px 2px
rgba(0,0,0,0.14),0px 5px 26px 4px rgba(0,0,0,0.12);
--mud-elevation-15: 0px 8px 9px -5px rgba(0,0,0,0.2),0px 15px 22px 2px
rgba(0,0,0,0.14),0px 6px 28px 5px rgba(0,0,0,0.12);
--mud-elevation-16: 0px 8px 10px -5px rgba(0,0,0,0.2),0px 16px 24px 2px
rgba(0,0,0,0.14),0px 6px 30px 5px rgba(0,0,0,0.12);
--mud-elevation-17: 0px 8px 11px -5px rgba(0,0,0,0.2),0px 17px 26px 2px
rgba(0,0,0,0.14),0px 6px 32px 5px rgba(0,0,0,0.12);
--mud-elevation-18: 0px 9px 11px -5px rgba(0,0,0,0.2),0px 18px 28px 2px
rgba(0,0,0,0.14),0px 7px 34px 6px rgba(0,0,0,0.12);
--mud-elevation-19: 0px 9px 12px -6px rgba(0,0,0,0.2),0px 19px 29px 2px
rgba(0,0,0,0.14),0px 7px 36px 6px rgba(0,0,0,0.12);
--mud-elevation-20: 0px 10px 13px -6px rgba(0,0,0,0.2),0px 20px 31px 3px
rgba(0,0,0,0.14),0px 8px 38px 7px rgba(0,0,0,0.12);
--mud-elevation-21: 0px 10px 13px -6px rgba(0,0,0,0.2),0px 21px 33px 3px
rgba(0,0,0,0.14),0px 8px 40px 7px rgba(0,0,0,0.12);
--mud-elevation-22: 0px 10px 14px -6px rgba(0,0,0,0.2),0px 22px 35px 3px
rgba(0,0,0,0.14),0px 8px 42px 7px rgba(0,0,0,0.12);
--mud-elevation-23: 0px 11px 14px -7px rgba(0,0,0,0.2),0px 23px 36px 3px
rgba(0,0,0,0.14),0px 9px 44px 8px rgba(0,0,0,0.12);
--mud-elevation-24: 0px 11px 15px -7px rgba(0,0,0,0.2),0px 24px 38px 3px
rgba(0,0,0,0.14),0px 9px 46px 8px rgba(0,0,0,0.12);
--mud-elevation-25: 0 5px 5px -3px rgba(0,0,0,.06), 0 8px 10px 1px
rgba(0,0,0,.042), 0 3px 14px 2px rgba(0,0,0,.036);
--mud-default-borderradius: 4px;
--mud-drawer-width-left: 240px;
--mud-drawer-width-right: 240px;
--mud-drawer-width-mini-left: 56px;
--mud-drawer-width-mini-right: 56px;
--mud-appbar-height: 64px;
--mud-typography-default-family: 'Roboto','Helvetica','Arial','sans-serif';
--mud-typography-default-size: .875rem;
--mud-typography-default-weight: 400;
--mud-typography-default-lineheight: 1.43;
--mud-typography-default-letterspacing: .01071em;
--mud-typography-default-text-transform: none;
--mud-typography-h1-family: 'Roboto','Helvetica','Arial','sans-serif';
--mud-typography-h1-size: 6rem;
--mud-typography-h1-weight: 300;
--mud-typography-h1-lineheight: 1.167;
--mud-typography-h1-letterspacing: -.01562em;
--mud-typography-h1-text-transform: none;
--mud-typography-h2-family: 'Roboto','Helvetica','Arial','sans-serif';
--mud-typography-h2-size: 3.75rem;
--mud-typography-h2-weight: 300;
--mud-typography-h2-lineheight: 1.2;
--mud-typography-h2-letterspacing: -.00833em;
--mud-typography-h2-text-transform: none;
--mud-typography-h3-family: 'Roboto','Helvetica','Arial','sans-serif';
--mud-typography-h3-size: 3rem;
--mud-typography-h3-weight: 400;
--mud-typography-h3-lineheight: 1.167;
--mud-typography-h3-letterspacing: 0;
--mud-typography-h3-text-transform: none;
--mud-typography-h4-family: 'Roboto','Helvetica','Arial','sans-serif';
--mud-typography-h4-size: 2.125rem;
--mud-typography-h4-weight: 400;
--mud-typography-h4-lineheight: 1.235;
--mud-typography-h4-letterspacing: .00735em;
--mud-typography-h4-text-transform: none;
--mud-typography-h5-family: 'Roboto','Helvetica','Arial','sans-serif';
--mud-typography-h5-size: 1.5rem;
--mud-typography-h5-weight: 400;
--mud-typography-h5-lineheight: 1.334;
--mud-typography-h5-letterspacing: 0;
--mud-typography-h5-text-transform: none;
--mud-typography-h6-family: 'Roboto','Helvetica','Arial','sans-serif';
--mud-typography-h6-size: 1.25rem;
--mud-typography-h6-weight: 500;
--mud-typography-h6-lineheight: 1.6;
--mud-typography-h6-letterspacing: .0075em;
--mud-typography-h6-text-transform: none;
--mud-typography-subtitle1-family: 'Roboto','Helvetica','Arial','sans-serif';
--mud-typography-subtitle1-size: 1rem;
--mud-typography-subtitle1-weight: 400;
--mud-typography-subtitle1-lineheight: 1.75;
--mud-typography-subtitle1-letterspacing: .00938em;
--mud-typography-subtitle1-text-transform: none;
--mud-typography-subtitle2-family: 'Roboto','Helvetica','Arial','sans-serif';
--mud-typography-subtitle2-size: .875rem;
--mud-typography-subtitle2-weight: 500;
--mud-typography-subtitle2-lineheight: 1.57;
--mud-typography-subtitle2-letterspacing: .00714em;
--mud-typography-subtitle2-text-transform: none;
--mud-typography-body1-family: 'Roboto','Helvetica','Arial','sans-serif';
--mud-typography-body1-size: 1rem;
--mud-typography-body1-weight: 400;
--mud-typography-body1-lineheight: 1.5;
--mud-typography-body1-letterspacing: .00938em;
--mud-typography-body1-text-transform: none;
--mud-typography-body2-family: 'Roboto','Helvetica','Arial','sans-serif';
--mud-typography-body2-size: .875rem;
--mud-typography-body2-weight: 400;
--mud-typography-body2-lineheight: 1.43;
--mud-typography-body2-letterspacing: .01071em;
--mud-typography-body2-text-transform: none;
--mud-typography-button-family: 'Roboto','Helvetica','Arial','sans-serif';
--mud-typography-button-size: .875rem;
--mud-typography-button-weight: 500;
--mud-typography-button-lineheight: 1.75;
--mud-typography-button-letterspacing: .02857em;
--mud-typography-button-text-transform: uppercase;
--mud-typography-caption-family: 'Roboto','Helvetica','Arial','sans-serif';
--mud-typography-caption-size: .75rem;
--mud-typography-caption-weight: 400;
--mud-typography-caption-lineheight: 1.66;
--mud-typography-caption-letterspacing: .03333em;
--mud-typography-caption-text-transform: none;
--mud-typography-overline-family: 'Roboto','Helvetica','Arial','sans-serif';
--mud-typography-overline-size: .75rem;
--mud-typography-overline-weight: 400;
--mud-typography-overline-lineheight: 2.66;
--mud-typography-overline-letterspacing: .08333em;
--mud-typography-overline-text-transform: none;
--mud-zindex-drawer: 1100;
--mud-zindex-appbar: 1300;
--mud-zindex-dialog: 1400;
--mud-zindex-popover: 1200;
--mud-zindex-snackbar: 1500;
--mud-zindex-tooltip: 1600;
}
</style>
</div></div>
</div></div></div></div></div></div></div></div></div>
<div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-sm-12 mud-grid-
item-md-6"><div id="job-output"></div>
<!--Blazor:{"prerenderId":"309eac7f70c548b1949943ffcce2751f"}-->
return null;
}
});
});
</script>
</body>
</html>