Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
DJshelfmushroom committed Apr 15, 2024
1 parent 8cccbfe commit 667353d
Showing 1 changed file with 20 additions and 6 deletions.
26 changes: 20 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,18 +1,32 @@
<!DOCTYPE html>
<html lang="en">

<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%;
}
</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 alt="logo" src="https://github.com/theshmunguss1/RamHub/blob/main/docs/ramworks/imgs/image1.png?raw=true">
</picture>
<picture id="logo">
<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 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>

</html>

0 comments on commit 667353d

Please sign in to comment.