Skip to content
Snippets Groups Projects

Issue #3255988: Prepare to merge to drupal/cloud:4.0.0

Closed Yas Naoi requested to merge issue/cloud_dashboard-3255988:3255988-prepare-to-merge into 4.x
130 files
+ 0
19906
Compare changes
  • Side-by-side
  • Inline
Files
130
+ 0
15
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css" rel="stylesheet">
<title>Cloud Dashboard</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
</body>
</html>
Loading