fixed lint

This commit is contained in:
snoop
2017-07-20 12:13:02 +09:00
parent 75b7a6e27e
commit 6a51403af1
6 changed files with 89 additions and 78 deletions

View File

@@ -1,5 +1,6 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Hello React!</title>
@@ -7,9 +8,15 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/es6-promise/4.1.0/es6-promise.auto.js"></script>
<![endif]-->
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.2/semantic.min.css"></link>
<style type="text/css">
.fullHeight {
height: 100%;
}
</style>
</head>
</head>
<body>
<div id="react-placeholder"></div>
</body>
</html>
</html>