소스 검색

remove placeholder page

Gregg Tavares 7 년 전
부모
커밋
b9c1b91986
1개의 변경된 파일0개의 추가작업 그리고 31개의 파일을 삭제
  1. 0 31
      index.html

+ 0 - 31
index.html

@@ -1,31 +0,0 @@
-<style>
-* {
-    box-sizing: border-box;
-   -moz-box-sizing: border-box;
-}
-body {
-    margin: 0;
-    font-family: sans-serif;
-    font-weight: bold;
-    color: white;
-    background-color: blue;
-}
-#page {
-    width: 100vw;
-    height: 100vh;
-    display: flex;
-    justify-content: center;
-    align-content: center;
-    align-items: center;
-}
-#page>h1 {
-    font-size: 5vh;
-    flex: 1 1 auto;
-    text-align: center;
-}
-</style>
-<div id="page">
-<h1>...coming soon...</h1>
-</div>
-
-