comparison PDAUG_Basic_Plots/test-data/test5/report_dir/report.html @ 0:7557b48b2872 draft

"planemo upload for repository https://github.com/jaidevjoshi83/pdaug commit a9bd83f6a1afa6338cb6e4358b63ebff5bed155e"
author jay
date Wed, 28 Oct 2020 02:10:12 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:7557b48b2872
1
2
3 <!DOCTYPE html>
4 <html lang="en">
5 <head>
6 <title>Bootstrap Example</title>
7 <meta charset="utf-8">
8 <meta name="viewport" content="width=device-width, initial-scale=1">
9 <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css">
10 <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.0/jquery.min.js"></script>
11 <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script>
12 <body>
13 <style>
14 div.container_1 {
15 width:600px;
16 margin: auto;
17 padding-right: 10;
18 }
19 div.table {
20 width:600px;
21 margin: auto;
22 padding-right: 10;
23 }
24 </style>
25 </head>
26 <div class="jumbotron text-center">
27 <h1> Word Cloud </h1>
28 </div>
29 <div class="container">
30 <div class="row">
31 <div class="col-sm-4">
32 <img src="Out.png" alt="Smiley face" height="1000" width="800">
33 </div>
34
35 </div>
36 </div>
37 </body>
38 </html>
39