여러 내용 수정...

This commit is contained in:
Hakase
2018-03-22 21:18:45 +09:00
parent 7b5994acea
commit da5d8223b2
6 changed files with 203 additions and 36 deletions
+5 -5
View File
@@ -4,15 +4,15 @@
<meta charset="utf-8">
<meta name="viewport" content="width=500, user-scalable=no">
<title>fmaru php porting by hakase</title>
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.css">
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/latest/css/bootstrap.min.css"> -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.css">
<!--<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet">-->
<link href="style.css"
rel="stylesheet">
<link href="style.css" rel="stylesheet">
</head>
<body style="margin:0px">
<div id="contents"></div>
<script src="config.js?2017010701"></script>
<script src="app.js?2017010701"></script>
<script src="config.js?2018021101"></script>
<script src="app.js?2018021101"></script>
</body>
</html>