Prettified project after prettify bump
This commit is contained in:
@@ -40,7 +40,7 @@ const LoginModal = React.createClass({
|
|||||||
</p>
|
</p>
|
||||||
<Form horizontal onSubmit={ this.handleSubmit }>
|
<Form horizontal onSubmit={ this.handleSubmit }>
|
||||||
<FormGroup>
|
<FormGroup>
|
||||||
<Col componentClass={ ControlLabel } sm={ 2 }>User Name</Col>
|
<Col componentClass={ ControlLabel } sm={ 2 }>User Name</Col>
|
||||||
<Col sm={ 10 }>
|
<Col sm={ 10 }>
|
||||||
<FormControl type="text" placeholder="User Name" ref="username" />
|
<FormControl type="text" placeholder="User Name" ref="username" />
|
||||||
</Col>
|
</Col>
|
||||||
|
@@ -11,4 +11,4 @@
|
|||||||
@font-face {
|
@font-face {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
src: local('MS Gothic');
|
src: local('MS Gothic');
|
||||||
}
|
}
|
||||||
|
@@ -12,4 +12,4 @@
|
|||||||
<script src="index.js"></script>
|
<script src="index.js"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
@@ -12,4 +12,4 @@
|
|||||||
<script src="settings.js"></script>
|
<script src="settings.js"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
@@ -9,7 +9,8 @@
|
|||||||
function open_window() {
|
function open_window() {
|
||||||
window.open('./test.html');
|
window.open('./test.html');
|
||||||
}
|
}
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
Reference in New Issue
Block a user