@rero/sonar-ui
Version:
User interface for SONAR.
14 lines (11 loc) • 2.19 kB
HTML
<!-- public view html tag with data-view --><!-- <html lang="en" data-view="global"> --><!-- admin view html tag without data-view --><html lang="en"><head>
<meta charset="utf-8">
<title>Swiss Open Access Repository</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<style>@import"https://fonts.googleapis.com/css?family=Roboto:300,700|Roboto+Condensed:300,700";@charset "UTF-8";:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#205078;--secondary:rgb(246, 130, 17);--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-family-monospace:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0;font-family:Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}@media print{*,*:before,*:after{text-shadow:none!important;box-shadow:none!important}@page{size:a3}body{min-width:992px!important}}</style><link rel="stylesheet" href="/static/sonar-ui/styles.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="/static/sonar-ui/styles.css"></noscript></head>
<body>
<sonar-root></sonar-root>
<script src="/static/sonar-ui/runtime.js" type="module"></script><script src="/static/sonar-ui/polyfills.js" type="module"></script><script src="/static/sonar-ui/main.js" type="module"></script>
</body></html>