diff --git a/public/index.html b/public/index.html index a9626c9..9aa5b0a 100644 --- a/public/index.html +++ b/public/index.html @@ -1,481 +1,46 @@ - - + + + + + + + + + + + + + + + + React App + + + +
+ - Innovative Building Construction Services - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-

loading

-
-
- - - -
- - -
- - - - - - - - - -
- -
- - - - - - - - - - - - - -
- -
- - - -
-
- -
-
-
-
- 00 - days -
-
- - - -
-
- - - 00H - 00MN - 36S -
-
- - - -
-
- - - -
- - -
- - - - -
- -
-
-

IBC Services

-
-
-

Water
proofing
solutions

-

Available here soon

-
-
-
- - - -
- - - - - -
-
-
-

Register

-

Register to get our latest news

-
-
-
-

Please, write your email below to stay in touch with us :

-
-
- -
-
- -
-
- - -
-
-
- -
- - - -
-
-
-

About Us - -

-

We make only beautiful things

-
-
-

Lorem ipsum magicum dolor sit amet, consectetur adipiscing elit. Maecenas a sem ultrices - neque vehicula fermentum a sit amet nulla.

-

Aenean ultricies odio at erat facilisis tincidunt. Fusce tempor auctor justo, nec facilisis quam vehicula - vel. Aenean non mattis purus, eget lobortis odio.

-
-
- -
- - - -
- -
-
-
-

Contact - -

-
    -
  • - -
  • - -
  • - -
  • -
-
- -
-
-
-
    -
  • -

    Email

    -

    contactemail@mail.com

    -
  • -
  • -

    Address

    -

    99 Location Street -
    Antartica SP

    -
  • -
  • -

    Phone

    -

    +999 123 456 89

    -
  • -
-
- -
-
- -
-
- - - -
-
-
-

Write to us - -

-
    -
  • - -
  • -
  • - -
  • - -
-
- - -
-
-
-
-
-
- -
-
- -
-
-
-
- - -
-
-
- - - -
- -
-
-
-
-
-
- -
- -
- -
- - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + To begin the development, run `npm start` or `yarn start`. + To create a production bundle, use `npm run build` or `yarn build`. + --> + + diff --git a/src/app/main.js b/src/app/main.js index 2475fbc..5c987c4 100644 --- a/src/app/main.js +++ b/src/app/main.js @@ -19,6 +19,6 @@ const composeEnhancers = }) : compose; const store = createStore(reducer, composeEnhancers(applyMiddleware(thunk))) -// ReactDOM.render(, document.getElementById('root')); +ReactDOM.render(, document.getElementById('root')); // serviceWorker.unregister();