-
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
2989fae
commit 15c7d51
Showing
1 changed file
with
34 additions
and
31 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,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> |