-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
0f63729
commit 7b8871e
Showing
7 changed files
with
103 additions
and
4 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
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 |
---|---|---|
@@ -1,14 +1,38 @@ | ||
<html> | ||
<head> | ||
<link | ||
media="(prefers-color-scheme: light)" | ||
rel="icon" | ||
href="/favicon-black.svg" | ||
sizes="any" | ||
/> | ||
<link | ||
media="(prefers-color-scheme: dark)" | ||
rel="icon" | ||
href="/favicon-white.svg" | ||
sizes="any" | ||
/> | ||
<title>misty research</title> | ||
<script src="https://cdn.tailwindcss.com"></script> | ||
</head> | ||
|
||
<body> | ||
<div | ||
class="min-h-screen min-w-screen flex items-center flex-col justify-center" | ||
class="min-h-screen dark:bg-black bg-white min-w-screen flex items-center flex-col justify-center" | ||
> | ||
<h1 class="text-2xl font-bold">mistysec</h1> | ||
<p><a href="mailto:[email protected]">[email protected]</a></p> | ||
<img | ||
src="./logo-words-black.svg" | ||
alt="Misty Research Logo" | ||
class="w-full dark:hidden h-32" | ||
/> | ||
<img | ||
src="./logo-words-white.svg" | ||
alt="Misty Research Logo" | ||
class="w-full hidden dark:block h-32" | ||
/> | ||
<h2 class="text-black mt-8 text-2xl dark:text-white"> | ||
<a href="mailto:[email protected]">[email protected]</a> | ||
</h2> | ||
</div> | ||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.