github.com/sentienttechnologies/studio-go-runner@v0.0.0-20201118202441-6d21f2ced8ee/docs/assets/README.tmpl (about)

     1  <head>
     2      <script>
     3          function copyToClipboard(element) {
     4              var $temp = $("<input>");
     5              $("body").append($temp);
     6              $temp.val($(element).text()).select();
     7              document.execCommand("copy");
     8              $temp.remove();
     9          }
    10  
    11      </script>
    12       <link rel = "stylesheet" type = "text/css" href = "docs/assets/github-markdown.css" />
    13       <style>
    14          .markdown-body {
    15              box-sizing: border-box;
    16              min-width: 200px;
    17              max-width: 980px;
    18              margin: 0 auto;
    19              padding: 45px;
    20          }
    21  
    22          @media (max-width: 767px) {
    23              .markdown-body {
    24                  padding: 15px;
    25              }
    26          }
    27      </style>
    28  </head>
    29  <article class="markdown-body">
    30  
    31  <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
    32  
    33  <!--bs-->
    34  <!--be-->
    35  </article>