Viewport
This commit is contained in:
parent
97681500d3
commit
cb209cba7f
1
App.jsx
1
App.jsx
@ -38,6 +38,7 @@ class App extends Component {
|
|||||||
<label>Search
|
<label>Search
|
||||||
<input type="text" ref={ this.input } />
|
<input type="text" ref={ this.input } />
|
||||||
</label>
|
</label>
|
||||||
|
<br/>
|
||||||
<button onClick={ this.handleSubmit }>Make request</button>
|
<button onClick={ this.handleSubmit }>Make request</button>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Kucinako</title>
|
<title>Kucinako</title>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
|
Loading…
Reference in New Issue
Block a user