-
Notifications
You must be signed in to change notification settings - Fork 7
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
8cccbfe
commit 667353d
Showing
1 changed file
with
20 additions
and
6 deletions.
There are no files selected for viewing
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,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> |