From 6371e7794d2fa9ba5b79f267219e50e885057342 Mon Sep 17 00:00:00 2001 From: bndw Date: Sat, 30 May 2020 12:33:16 -0700 Subject: Initial commit --- src/App.js | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'src/App.js') diff --git a/src/App.js b/src/App.js index ce9cbd2..6ba42f0 100644 --- a/src/App.js +++ b/src/App.js @@ -1,24 +1,24 @@ import React from 'react'; -import logo from './logo.svg'; -import './App.css'; +import Card from './components/Card'; +import './style.css'; function App() { return (
-
- logo -

- Edit src/App.js and save to reload. -

- - Learn React - -
+ +

WiFi Card

+ +

+ Print a simple card with your WiFi login details. Tape it to the fridge, keep it in your wallet, etc. +

+ +

+ Your information is never sent to the server. + View the source code. +

+ + +
); } -- cgit v1.2.3