-
Notifications
You must be signed in to change notification settings - Fork 57
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
1 changed file
with
19 additions
and
8 deletions.
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 |
---|---|---|
|
@@ -48,8 +48,8 @@ | |
<link rel="preconnect" href="https://www.google.com"> | ||
<link rel="preconnect" href="https://www.gstatic.com" crossorigin> | ||
<script src="https://www.google.com/recaptcha/api.js?render=6LdJ9XsgAAAAAMShiVvOtZ4cAbvvdkw7sHKQDV-6"></script> | ||
<link rel="preload" as="script" href="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6607105763246092"> | ||
<script type="text/javascript" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6607105763246092"></script> | ||
<link rel="preload" as="script" href="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6607105763246092" crossorigin="anonymous"> | ||
<script type="text/javascript" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6607105763246092" crossorigin="anonymous"></script> | ||
<script tyle="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/bulma-toast.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script> | ||
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests"> | ||
|
@@ -65,7 +65,8 @@ | |
<center> | ||
<h1 class="title"> | ||
<span class="icon-text"> | ||
<<img class="icon" src="assets/duco.svg">- | ||
<img class="icon" src="assets/duco-christmas-2024-circle.gif"> | ||
<!--<img class="icon" src="assets/duco.svg">--> | ||
<!--<img class="icon" src="assets/duco-halloween.png">--> | ||
<span>Duino-Coin</span> | ||
</span> | ||
|
@@ -337,7 +338,8 @@ <h1 class="subtitle"> | |
<center> | ||
<h1 class="title"> | ||
<span class="icon-text"> | ||
<img class="icon" src="assets/duco.svg"> | ||
<img class="icon" src="assets/duco-christmas-2024-circle.gif"> | ||
<!--<img class="icon" src="assets/duco.svg">--> | ||
<!--<img class="icon" src="assets/duco-halloween.png">--> | ||
<span>Duino-Coin</span> | ||
</span> | ||
|
@@ -412,7 +414,8 @@ <h1 class="subtitle"> | |
<div class="column is-7 p-5"> | ||
<div class="container p-5"> | ||
<center> | ||
<img src="assets/duco.svg" width="80px" class="mb-5"> | ||
<!--<img src="assets/duco.svg" width="80px" class="mb-5">--> | ||
<img src="assets/duco-christmas-2024-circle.gif" width="80px" class="mb-5"> | ||
</center> | ||
|
||
<div class="field"> | ||
|
@@ -488,7 +491,8 @@ <h1 class="subtitle"> | |
<div class="login-bottom box"> | ||
|
||
<span id="image_author">...</span> | ||
<img src="assets/duco.svg" width="100px" class="login-logo"> | ||
<img src="assets/duco-christmas-2024-circle.gif" width="100px" class="login-logo"> | ||
<!--<img src="assets/duco.svg" width="100px" class="login-logo">--> | ||
<div class="container mt-5"> | ||
<div class="field"> | ||
<label class="label">Username</label> | ||
|
@@ -548,7 +552,8 @@ <h1 class="subtitle"> | |
<div class="navbar-item navbar-button" style="margin-bottom: 30px"> | ||
<center> | ||
<a class="icon is-large" href="https://duinocoin.com" target="_blank"> | ||
<img src="assets/duco.svg"> | ||
<!--<img src="assets/duco.svg">--> | ||
<img src="assets/duco-christmas-2024-circle.gif"> | ||
</a> | ||
</center> | ||
</div> | ||
|
@@ -1298,7 +1303,13 @@ <h1 class="heading"> | |
</div> | ||
<div class="tile is-parent"> | ||
<div class="tile is-child box"> | ||
<ins class="adsbygoogle" style="display:block" align="center" data-ad-client="ca-pub-6607105763246092" data-ad-slot="4819459320" data-ad-format="horizontal" data-full-width-responsive="true"> | ||
<ins class="adsbygoogle" | ||
style="display:block" | ||
align="center" | ||
data-ad-client="ca-pub-6607105763246092" | ||
data-ad-slot="4819459320" | ||
data-ad-format="horizontal" | ||
data-full-width-responsive="true"> | ||
</ins> | ||
<div class="adblocker_detected" style="display:none"> | ||
<p class="title is-size-6 adblock_title"></p> | ||
|