-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlinks.html
More file actions
34 lines (29 loc) · 1.45 KB
/
Copy pathlinks.html
File metadata and controls
34 lines (29 loc) · 1.45 KB
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
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html lang="de" data-theme="night">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Intense's Linktree</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.3.1/css/all.min.css" integrity="sha512-QeR2VH+lsBE5LSAe1Q5EnTBbe7XTBubt8dG93Y7gidSgdMCr8nVqKcfKAMyN96SV8KDbZVTDXChatu5G2KQGzg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link href="https://cdn.jsdelivr.net/npm/daisyui@5" rel="stylesheet" type="text/css" />
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
<link href="https://cdn.jsdelivr.net/npm/daisyui@5/themes.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/intensed-dev/keyframecss@latest/all.min.css" type="text/css">
<link rel="stylesheet" href="src/main.css" type="text/css">
</head>
<body>
<div class="hero bg-base-200 min-h-screen">
<div class="hero-content text-center">
<div class="max-w-md">
<!--i class="text-5xl fa-solid fa-bed anim kf-hover anim-loop"></i-->
<p class="title text-5xl">Oopsie!</p>
<p class="py-6">
Oh no, we're rebuilding this portfolio! In the meantime, you could visit my other Projects.
</p>
<a class="btn btn-success btn-soft" href="https://modrinth.com/user/Intensed">Modrinth</a>
</div>
</div>
</div>
<script src="src/main.js"></script>
</body>
</html>