-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (24 loc) · 857 Bytes
/
index.html
File metadata and controls
25 lines (24 loc) · 857 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html
lang="en"
data-theme="black"
style="scroll-padding-top: 5rem; scroll-behavior: smooth"
>
<head>
<meta charset="UTF-8" />
<meta name="google-adsense-account" content="ca-pub-1590219371758907" />
<link rel="icon" type="image/svg+xml" href="./public/moviesolar.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>delfilms</title>
<script
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1590219371758907"
crossorigin="anonymous"
></script>
</head>
<body>
<div id="root" class="p-2 xl:py-0 md:px-8"></div>
<script src="https://cdn.jsdelivr.net/npm/@dotlottie/player-component@v1.3.0/dist/dotlottie-player.js"></script>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>