Skip to content

Commit

Permalink
indexページへの遷移
Browse files Browse the repository at this point in the history
  • Loading branch information
kurohune538 committed Mar 5, 2016
1 parent 7909878 commit b964083
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ ul, li, a {

table {
width: 100%;
margin-top: 50px;
}

td {
Expand Down Expand Up @@ -304,7 +305,7 @@ td {
width: 40%;
background: #fff;
border: solid #f5a623 2px;
padding: 10px;
padding: 5px;
text-align: center;
color: #f5a623;
font-weight: bold;
Expand Down
2 changes: 1 addition & 1 deletion src/scripts/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ const Login = React.createClass({
render() {
return (
<section>
<form action="http://localhost/#/index" method="">
<form action="http://localhost:3000/#/index" method="">
<h1 className="page-title">ログイン</h1>
<div className="form-box">
<div className="form-contents">
Expand Down

0 comments on commit b964083

Please sign in to comment.