LoveDeni

A place where love lives in every pixel

Love you to the moon and back
Love Level0.0%

calculating...

Time Together

00Days
00Hours
00Minutes
00Seconds

Click to open

Catch the Love

Hearts: 0

Click anywhere to spread love!

Code to Demo

Copy these love-themed code snippets powered by DLT JS CDN libraries. Paste into any HTML file to create your own love magic.

HTMLFloating Hearts with CSS
<!-- Load GSAP from DLT JS CDN -->
<script src="https://dlt-js.pages.dev/ajax/libs/gsap/3.12.5/gsap.min.js"></script>

<style>
.heart {
  position: fixed;
  font-size: 24px;
  color: #ff6b9d;
  animation: float 6s ease-in-out infinite;
  pointer-events: none;
}
@keyframes float {
  0%   { transform: translateY(100vh) scale(0); opacity: 0; }
  50%  { opacity: 1; }
  100% { transform: translateY(-10vh) scale(1); opacity: 0; }
}
</style>

<div class="heart" style="left:20%">&#10084;</div>
<div class="heart" style="left:50%;animation-delay:2s">&#10084;</div>
<div class="heart" style="left:80%;animation-delay:4s">&#10084;</div>
CDN Libraries Used:
GSAPanime.jsjQueryFont AwesomeChart.jsDay.js

Powered by DLT JS CDN

This Love Deni page is a demo showcasing the DLT JS CDN. Load any front-end library with a single tag:

<script src="https://dltjs.pages.dev/ajax/libs/gsap/3.12.5/gsap.min.js"></script>
<script src="https://dltjs.pages.dev/ajax/libs/animejs/3.2.2/anime.min.js"></script>
<link rel="stylesheet" href="https://dltjs.pages.dev/ajax/libs/font-awesome/6.5.1/css/all.min.css">