ソースを参照

fix whitespace in index.html

tabstabstabs, at least for now.
Lucas Stadler 11 年 前
コミット
b331cc5c29
共有1 個のファイルを変更した7 個の追加7 個の削除を含む
  1. 7 7
      js/react/index.html

+ 7 - 7
js/react/index.html

1
<html>
1
<html>
2
    <head>
3
        <meta charset="utf-8">
4
    </head>
5
    <body>
6
        <script type="text/javascript" src="bundle.js" charset="utf-8"></script>
7
    </body>
8
</html>
2
	<head>
3
		<meta charset="utf-8">
4
	</head>
5
	<body>
6
		<script type="text/javascript" src="bundle.js" charset="utf-8"></script>
7
	</body>
8
</html>