HEX
Server: LiteSpeed
System: Linux s3604.bom1.stableserver.net 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
User: dmstechonline (1480)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/dmstechonline/giaconieditore.com/wp-content/plugins/backup/public/views/modal/quickStart.htm
<div class="modal-header">
	<div class="modal-main-title">
		<h1 class="modal-title fs-5" id="quickStart">{{ lang.t("Quick Start: JetBackup for WordPress") }}</h1>
	</div>
	<button type="button" class="btn-close" ng-click="cancel()" aria-label="Close"></button>
</div>

<div class="modal-body">

	<p class="mb-3 text-center fw">
		{{ lang.t("Here is a quick 54 seconds video to get started with the basics: Backup & Restore!") }}
	</p>

	<div class="d-flex justify-content-center align-items-center my-4">
		<div class="ratio ratio-16x9" style="width: 100%; max-width: 800px;">
			<iframe
					src="https://www.youtube.com/embed/4uq8XqyJWaE?autoplay=1&mute=1&rel=0&loop=1&playlist=4uq8XqyJWaE"
					title="JetBackup for WordPress Quick Start Guide YouTube video"
					allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
					allowfullscreen
					loading="lazy">
			</iframe>

		</div>
	</div>
</div>

<div class="modal-footer">
	<div class="form-check">
		<input
				class="form-check-input"
				type="checkbox"
				id="dontShowAgain"
				ng-change="disableQuickStart()"
				ng-model="dontShowVideoAgain">
		<label class="form-check-label fw-bold" for="dontShowAgain">
			{{ lang.t("Don't show this again") }}
		</label>
	</div>
</div>