Skip to content

Commit

Permalink
New Pre-Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiizor committed Jan 21, 2025
1 parent 25d666f commit 2e932d8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions .pages/aos.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .pages/aos.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions .pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="aos.css">
<title>Sucrose Wallpaper Engine</title>
<link rel="stylesheet" href="styles.css">
<link rel="shortcut icon" href="favicon.ico" />
<link rel="stylesheet" href="tailwind.min.css">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.css">
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
</head>
<body class="bg-gray-900 text-white">
<!-- Header Section -->
Expand Down Expand Up @@ -194,10 +194,10 @@ <h2 class="text-4xl font-bold mb-8" data-aos="fade-up">Ready to Transform Your D
<!-- Footer -->
<footer class="py-12 text-center text-gray-400">
<div class="container mx-auto px-6">
<p> Copyright ©2024 Sucrose Wallpaper Engine. All rights reserved.</p>
<p> Copyright ©2025 Sucrose Wallpaper Engine. All rights reserved.</p>
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.js"></script>
<script src="aos.js"></script>
<script src="script.js"></script>
<!-- Microsoft Clarity -->
<script type="text/javascript">
Expand Down
1 change: 1 addition & 0 deletions .pages/tailwind.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/Bundle/Sucrose.Bundle/Main.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<Grid>
<Image
Opacity="0.5"
Source="\Sucrose.Bundle;component\Assets\Background2.jpg"
Source="\Sucrose.Bundle;component\Assets\Background3.jpg"
Stretch="UniformToFill" />

<TextBlock
Expand Down

0 comments on commit 2e932d8

Please sign in to comment.