Skip to content

Commit

Permalink
Copy code from theshmunguss1/RamOS
Browse files Browse the repository at this point in the history
  • Loading branch information
theshmunguss1 committed Apr 16, 2024
1 parent 2989fae commit 15c7d51
Showing 1 changed file with 34 additions and 31 deletions.
65 changes: 34 additions & 31 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,33 +1,36 @@
<!DOCTYPE html>
<html lang="en">
<html>
<head>
<style>
h1 {
text-align: center;
}
p {
text-align: center;
}
div {
text-align: center;
}
#logo {
display: block;
margin-left: auto;
margin-right: auto;
width: 85%;
}
</style>
</head>
<body>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
Coming soon! | RamHub</title>
</head>
<body>
<p>
<h1>Website coming soon, as we are still working on importing all docs and sites, thank you for your patience!</h1>

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>RamHub | Coming Soon!</title>
<style>
#logo {
display: block;
margin-left: auto;
margin-right: auto;
width: 85%;
object-fit: contain;
}
</style>
</head>

<body>
<p>
<picture>
<source media="(prefers-color-scheme: dark)"
srcset="https://github.com/theshmunguss1/RamHub/blob/main/docs/ramworks/imgs/image1.png?raw=true">
<source media="(prefers-color-scheme: light)"
srcset="https://github.com/theshmunguss1/RamHub/blob/main/docs/ramworks/imgs/image1.png?raw=true">
<img id="logo", alt="logo"
src="https://github.com/theshmunguss1/RamHub/blob/main/docs/ramworks/imgs/image1.png?raw=true">
</picture>
Website coming soon, as we are still working on importing all docs and sites, thank you for your patience!
</p>
</body>

</html>
<img src="logo.png" alt="RamWorks logo" id="logo">
</body>
</html>

0 comments on commit 15c7d51

Please sign in to comment.