Style 수정

기존의 Tab 에서 Space 로 변경.
스타일 변경만 했으며 소스 수정을 따로 할 필요는 없음.
This commit is contained in:
hakasenyang
2016-11-13 05:38:13 +09:00
parent 36d0d2675e
commit 4d3a62cf32
7 changed files with 395 additions and 395 deletions
+11 -11
View File
@@ -1,18 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=500, user-scalable=no">
<title>fmaru php porting by hakase</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/latest/css/bootstrap.min.css">
<!--<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet">-->
<link href="style.css"
rel="stylesheet">
<meta charset="utf-8">
<meta name="viewport" content="width=500, user-scalable=no">
<title>fmaru php porting by hakase</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/latest/css/bootstrap.min.css">
<!--<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet">-->
<link href="style.css"
rel="stylesheet">
</head>
<body style="margin:0px">
<div id="contents"></div>
<script src="config.js"></script>
<script src="app.js"></script>
<div id="contents"></div>
<script src="config.js"></script>
<script src="app.js"></script>
</body>
</html>