-
Notifications
You must be signed in to change notification settings - Fork 0
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
1d5856c
commit 9ed8cf5
Showing
1 changed file
with
16 additions
and
0 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 +1,17 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Under Construction</title> | ||
</head> | ||
<body> | ||
<div> | ||
<img src="https://camo.githubusercontent.com/2087378f7311254562202e4de16e9e731762b19e/68747470733a2f2f692e696d6775722e636f6d2f4c4171485067682e706e67" alt="Slideshow" style="display: block; margin: 0 auto;"> | ||
</div> | ||
<h1 style="text-align: center;">Website is under construction</h1> | ||
<p style="text-align: center;">The official OpenSWE1R website is still under construction. However, you can <a href="https://gitter.im/OpenSWE1R" target="_blank">click here to join our webchat</a>.</p> | ||
<p style="text-align: center;">(Developers can <a href="https://github.com/OpenSWE1R/openswe1r" target="_blank">visit our repository on GitHub</a>)</p> | ||
</body> | ||
</html> | ||
|