From eca1edf0943aa1531f41542508fa8504c96bc491 Mon Sep 17 00:00:00 2001 From: syn Date: Mon, 23 Dec 2019 22:58:41 +0300 Subject: Initial commit from nwb v0.23.0 --- src/App.css | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ src/App.js | 19 +++++++++++++++++++ src/index.css | 8 ++++++++ src/index.html | 13 +++++++++++++ src/index.js | 8 ++++++++ src/react.svg | 35 +++++++++++++++++++++++++++++++++++ 6 files changed, 131 insertions(+) create mode 100644 src/App.css create mode 100644 src/App.js create mode 100644 src/index.css create mode 100644 src/index.html create mode 100644 src/index.js create mode 100644 src/react.svg (limited to 'src') diff --git a/src/App.css b/src/App.css new file mode 100644 index 0000000..3837551 --- /dev/null +++ b/src/App.css @@ -0,0 +1,48 @@ +.App { + height: 100%; + min-height: 400px; + text-align: center; + display: flex; + flex-direction: column; + justify-content: stretch; +} + +.App-flex { + flex: 1; + display: flex; + align-items: center; + justify-content: center; +} + +.App-heading { + background-color: #222; + color: #f8f8f8; + font-size: 6vh; + box-shadow: 0px 4px 4vh 4px rgba(34,34,34,0.9); + z-index: 2; +} + +.App-react { + color: #00d8ff; + text-decoration: overline underline; +} + +.App-logo { + max-height: 30vh; + max-width: 30vh; +} + +.App-instructions { + background-color: #f8f8f8; + color: #222; + font-size: 3vh; + line-height: 1.5; + padding: 0 1em; +} + +.App-instructions code { + background-color: #222; + color: #00d8ff; + padding: .2em .3em; + border-radius: .2em; +} diff --git a/src/App.js b/src/App.js new file mode 100644 index 0000000..b890840 --- /dev/null +++ b/src/App.js @@ -0,0 +1,19 @@ +import './App.css' + +import React, {Component} from 'react' + +class App extends Component { + render() { + return
+
+

Welcome to React

+
+
+ +

Edit src/App.js and save to hot reload your changes.

+
+
+ } +} + +export default App diff --git a/src/index.css b/src/index.css new file mode 100644 index 0000000..8f8b785 --- /dev/null +++ b/src/index.css @@ -0,0 +1,8 @@ +html, body, #app { + height: 100%; +} +body { + font-family: sans-serif; + margin: 0; + padding: 0; +} diff --git a/src/index.html b/src/index.html new file mode 100644 index 0000000..d0bdd15 --- /dev/null +++ b/src/index.html @@ -0,0 +1,13 @@ + + + + + + + fcked-rt + + + +
+ + diff --git a/src/index.js b/src/index.js new file mode 100644 index 0000000..6223095 --- /dev/null +++ b/src/index.js @@ -0,0 +1,8 @@ +import './index.css' + +import React from 'react' +import {render} from 'react-dom' + +import App from './App' + +render(, document.querySelector('#app')) diff --git a/src/react.svg b/src/react.svg new file mode 100644 index 0000000..467e1dc --- /dev/null +++ b/src/react.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + -- cgit v1.2.1-18-gbd029