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
|
||||
<input type="text" ref={ this.input } />
|
||||
</label>
|
||||
<br/>
|
||||
<button onClick={ this.handleSubmit }>Make request</button>
|
||||
</div>
|
||||
);
|
||||
|
@ -2,6 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Kucinako</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
Loading…
Reference in New Issue
Block a user