Skip to content

Commit

Permalink
Add a Suitably Vague Placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
spjmurray committed Jan 31, 2024
1 parent 6eea130 commit d4e6175
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html lang=en">
<head>
<link rel="icon" href="https://assets.nscale.com/img/nscale/favicon/light.svg" media="(prefers-color-scheme: light)">
<link rel="icon" href="https://assets.nscale.com/img/nscale/favicon/dark.svg" media="(prefers-color-scheme: dark)">
<style>
body {
font-family: sans-serif;
height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
color: white;
background-color: #05021a;
}
body > img {
max-width: 80vw;
height: auto;
}
</style>
</head>
<body>
<img src="https://assets.nscale.com/img/nscale/dark/logo.svg" alt="NSCALE logo" />
<h1>Coming 2024...</h1>
</body>
</html>

0 comments on commit d4e6175

Please sign in to comment.