Skip to content

Commit

Permalink
deploy: 187cc1c
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunniii committed Apr 22, 2024
1 parent 6eefc05 commit d50b4cf
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 18 deletions.
Empty file added .nojekyll
Empty file.
1 change: 0 additions & 1 deletion CNAME

This file was deleted.

17 changes: 17 additions & 0 deletions assets/index-BCx5jfRQ.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/index-jTFwAHMw.css

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

Binary file added favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 13 additions & 17 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Under Construction</title>
<!-- CDN link for Tailwind CSS -->
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
</head>
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + Vue</title>
<script type="module" crossorigin src="/assets/index-BCx5jfRQ.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-jTFwAHMw.css">
</head>

<body class="bg-gray-100 flex flex-col items-center justify-center h-screen">
<div class="max-w-md text-center">
<h1 class="text-4xl font-bold text-gray-800 mb-4">This website is under construction</h1>
<p class="text-lg text-gray-600 mb-8">Please try again later.</p>
<p class="text-sm text-gray-500">© 2024 SpiderDev. All rights reserved.</p>
</div>
</body>

</html>
<body>
<div id="app"></div>
</body>

</html>
Binary file added logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d50b4cf

Please sign in to comment.