Difference between revisions of "Team:USTC-Software/Test"

(Created page with "{{USTC-Software/Header}} <html> <p>this is a test.</p> </html>")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{USTC-Software/Header}}
 
 
<html>
 
<html>
<p>this is a test.</p>
+
<link rel="stylesheet" type="text/css" href="https://2019.igem.org/Template:USTC-Software/css/default?action=raw&ctype=text/css" />
 +
<link rel="stylesheet" type="text/css" href="https://2019.igem.org/Template:USTC-Software/css/bootstrap?action=raw&ctype=text/css" />
 +
<script type="text/javascript" src="https://2019.igem.org/Template:USTC-Software/js/jquery?action=raw&ctype=text/javascript"></script>
 +
<script type="text/javascript" src="https://2019.igem.org/Template:USTC-Software/js/popper?action=raw&ctype=text/javascript"></script>
 +
<script type="text/javascript" src="https://2019.igem.org/Template:USTC-Software/js/bootstrap?action=raw&ctype=text/javascript"></script>
 +
<div class="container">
 +
  <div class="card">
 +
    <div class="card-header">
 +
      <h5>Title</h5>
 +
    </div>
 +
    <div class="card-body">
 +
      some info is here.
 +
      <div class="list-group">
 +
        <div class="list-group-item">A</div>
 +
        <div class="list-group-item">B</div>
 +
        <div class="list-group-item">C</div>
 +
        <div class="list-group-item">D</div>
 +
      </div>
 +
    </div>
 +
    <div class="card-footer">
 +
      footer
 +
    </div>
 +
  </div>
 +
</div>
 
</html>
 
</html>

Latest revision as of 13:43, 16 September 2019

Title
some info is here.
A
B
C
D