|
@@ -1,40 +1,40 @@
|
|
|
<!DOCTYPE html>
|
|
<!DOCTYPE html>
|
|
|
<html lang="en">
|
|
<html lang="en">
|
|
|
-<head>
|
|
|
|
|
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
|
|
|
|
- <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0"/>
|
|
|
|
|
- <title>Atelier web WCS</title>
|
|
|
|
|
|
|
+ <head>
|
|
|
|
|
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
|
|
|
|
+ <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0"/>
|
|
|
|
|
+ <title>Atelier web WCS</title>
|
|
|
|
|
|
|
|
- <!-- CSS -->
|
|
|
|
|
- <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
|
|
|
|
- <link href="css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection"/>
|
|
|
|
|
- <link href="css/style.css" type="text/css" rel="stylesheet" media="screen,projection"/>
|
|
|
|
|
- <link href="css/prism.css" type="text/css" rel="stylesheet" media="screen,projection"/>
|
|
|
|
|
|
|
+ <!-- CSS -->
|
|
|
|
|
+ <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
|
|
|
|
+ <link href="css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection"/>
|
|
|
|
|
+ <link href="css/style.css" type="text/css" rel="stylesheet" media="screen,projection"/>
|
|
|
|
|
+ <link href="css/prism.css" type="text/css" rel="stylesheet" media="screen,projection"/>
|
|
|
|
|
|
|
|
-</head>
|
|
|
|
|
-<body>
|
|
|
|
|
- <div id="left-panel" class="col-1-2"></div>
|
|
|
|
|
|
|
+ </head>
|
|
|
|
|
+ <body>
|
|
|
|
|
+ <div id="left-panel" class="col-1-2"></div>
|
|
|
|
|
|
|
|
- <div id="right-panel" class="col-1-2">
|
|
|
|
|
- <iframe
|
|
|
|
|
- id="iframe"
|
|
|
|
|
- src="empty.html"
|
|
|
|
|
- frameborder="0"
|
|
|
|
|
- marginheight="0"
|
|
|
|
|
- marginwidth="0"
|
|
|
|
|
- height="100%" width="100%"
|
|
|
|
|
- style="overflow:hidden;width:100%;height:100%;"></iframe>
|
|
|
|
|
- </div>
|
|
|
|
|
|
|
+ <div id="right-panel" class="col-1-2">
|
|
|
|
|
+ <iframe
|
|
|
|
|
+ id="iframe"
|
|
|
|
|
+ src="empty.html"
|
|
|
|
|
+ frameborder="0"
|
|
|
|
|
+ marginheight="0"
|
|
|
|
|
+ marginwidth="0"
|
|
|
|
|
+ height="100%" width="100%"
|
|
|
|
|
+ style="overflow:hidden;width:100%;height:100%;"></iframe>
|
|
|
|
|
+ </div>
|
|
|
|
|
|
|
|
|
|
|
|
|
- <!-- Scripts-->
|
|
|
|
|
- <script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
|
|
|
|
|
- <script src="js/materialize.js"></script>
|
|
|
|
|
- <script src="js/init.js"></script>
|
|
|
|
|
- <script src="js/prism.js"></script>
|
|
|
|
|
- <script src="js/dist/bundle.react.js"></script>
|
|
|
|
|
- <script>
|
|
|
|
|
- </script>
|
|
|
|
|
|
|
+ <!-- Scripts-->
|
|
|
|
|
+ <script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
|
|
|
|
|
+ <script src="js/materialize.js"></script>
|
|
|
|
|
+ <script src="js/init.js"></script>
|
|
|
|
|
+ <script src="js/prism.js"></script>
|
|
|
|
|
+ <script src="js/dist/bundle.react.js"></script>
|
|
|
|
|
+ <script>
|
|
|
|
|
+ </script>
|
|
|
|
|
|
|
|
</body>
|
|
</body>
|
|
|
</html>
|
|
</html>
|