Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions build-dev/client/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>React + Express</title>
<style>
body{
background-color:pink;
}
.container {
text-align: center;
align-content: center;
}
.box {
width: 80px;
height: 80px;
border: 2px solid green;
display: inline-block;
line-height: 80px;
}
.board {
display: inline-flex;
flex-wrap: wrap;
width: 320px;
}
</style>
</head>
<body>
<h1>Wow, react</h1>

<div id="app"></div>
<script type="text/javascript" src="/main.js"></script></body>
</html>
1 change: 1 addition & 0 deletions build/client/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!doctype html> <html lang=en> <head> <meta charset=utf-8> <meta name=viewport content="width=device-width,initial-scale=1"> <title>React + Express</title> <style>body{background-color:pink}.row{background-color:grey;margin:5px;padding:5px}.boo{background-color:#fff}</style> <link href="/main.css?6b33c97f9b9fbb05bf0c" rel="stylesheet"></head> <body> <h1>Wow, react</h1> <div id=app></div> <script type="text/javascript" src="/main.js?6b33c97f9b9fbb05bf0c"></script></body> </html>
1 change: 1 addition & 0 deletions build/client/main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
html,body{background-color:white;min-width:700px;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif}body{padding:20px}p{color:red}
758 changes: 758 additions & 0 deletions build/client/main.js

Large diffs are not rendered by default.

Loading