-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (29 loc) · 2.13 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, height=device-height, user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="theme-color" content="#FF5722">
<title> CIA::광운대학교 만화동아리 </title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/js/bootstrap.min.js" integrity="sha384-vBWWzlZJ8ea9aCX4pEW3rVHjgjt7zpkNpZk+02D9phzyeVkE+jo0ieGizqPLForn" crossorigin="anonymous"></script>
</head>
<body>
<div id="root"> </div>
<link href="http://128.134.57.197:3000/node_modules/@blueprintjs/core/dist/blueprint.css" rel="stylesheet" />
<link href="http://128.134.57.197:3000/node_modules/@blueprintjs/datetime/dist/blueprint-datetime.css" rel="stylesheet" />
<!-- <link href="https://cia.kw.ac.kr/node_moduels/react-dropzone-component/styles/filepicker.css" rel="stylesheet" /> -->
<link href="https://cia.kw.ac.kr/static/filepicker.css" rel="stylesheet" />
<!-- <link href="https://cia.kw.ac.kr/node_modules/dropzone/dist/min/dropzone.min.css" rel="stylesheet" /> -->
<link href="https://cia.kw.ac.kr/static/dropzone.min.css" rel="stylesheet" />
<script
src="https://code.jquery.com/jquery-3.1.1.min.js"
integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8="
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.5/js/bootstrap.min.js" integrity="sha384-BLiI7JTZm+JWlgKa0M0kGRpJbF2J8q+qreVrKBC47e3K6BW78kGLrCkeRX6I9RoK" crossorigin="anonymous"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src='//cdnjs.cloudflare.com/ajax/libs/masonry/3.1.5/masonry.pkgd.min.js'></script>
<link href="http://128.134.57.197:3000/style.css" rel="stylesheet" />
<script type="text/javascript" src="http://128.134.57.197:3000/bundle.js"> </script>
</body>
</html>