ncbi-web-standards
Version:
NCBI Web Design Standards
34 lines (25 loc) • 1.05 kB
HTML
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="stylesheet" href="/coreutils/uswds/css/uswds.css"/>
<link rel="stylesheet" href="/coreutils/assets/css/header.css"/>
<link rel="stylesheet" href="/coreutils/assets/css/footer.css"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css"/>
<title>NCBI standards demo page</title>
</head>
<body>
<a class="usa-skipnav" href="#main-content">Skip to main content</a>
<!--#include virtual="/coreutils/assets/html/_header.html" -->
<main id="main-content" class="usa-grid">
<section class="usa-section">
<h1>NCBI standards demo page</h1>
<p>A page with the standard NCBI header and footer.</p>
</section>
</main>
<!--#include virtual="/coreutils/assets/html/_footer.html" -->
<script src="/coreutils/assets/js/header.js"></script>
<script src="/coreutils/uswds/js/uswds.min.js"></script>
</body>
</html>