| 1 | 1 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,13 @@ |
| 1 |
+<!doctype html> |
|
| 2 |
+<title>Coming soon</title> |
|
| 3 |
+<style> |
|
| 4 |
+ body { text-align: center; padding: 150px; }
|
|
| 5 |
+ h1 { font-size: 50px; }
|
|
| 6 |
+ body { font: 18px Helvetica, sans-serif; background-color: #e2e0e0; text-align: center; }
|
|
| 7 |
+ article { display: block; text-align: center; width: 650px; margin: 0 auto; }
|
|
| 8 |
+</style> |
|
| 9 |
+ |
|
| 10 |
+<article> |
|
| 11 |
+ <h1>This site is under construction!</h1> |
|
| 12 |
+</article> |
|
| 13 |
+ |