mirror of
https://gitlab.silvrtree.co.uk/martind2000/ft-webplatform.git
synced 2025-01-10 21:55:08 +00:00
55 lines
1.4 KiB
HTML
55 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Developer Docs</title>
|
|
<link rel="stylesheet" href="http://pattern-library.corp.frk.com/assets/css/core.css" type="text/css"/> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/styles/kimbie.dark.min.css">
|
|
<style>
|
|
code, h1, h2, h3, h4 {
|
|
text-transform: none;
|
|
}
|
|
a {
|
|
cursor: pointer;
|
|
}
|
|
p code {
|
|
color: #a0a0a0;
|
|
padding: 1px;
|
|
}
|
|
li code {
|
|
color: #a0a0a0;
|
|
}
|
|
.list-group-item {
|
|
padding: 1px 10px;
|
|
}
|
|
h1 {
|
|
font-size: 2rem;
|
|
padding-bottom: 0.1rem;
|
|
}
|
|
h2 {
|
|
font-size: 1.6rem;
|
|
}
|
|
h3 {
|
|
font-size: 1.3rem;
|
|
margin-bottom: 0;
|
|
}
|
|
h4 {
|
|
font-family: Trade Gothic W01 Bold_2,arial,sans-serif;
|
|
}
|
|
#banner {
|
|
font-family: Trade Gothic W01 Bold_2,arial,sans-serif;
|
|
font-size: 4rem;
|
|
text-align: center;
|
|
color: white;
|
|
background-color: black;
|
|
margin-bottom: 15px;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body aurelia-app="components/test/docs/main">
|
|
|
|
<script src="/assets/js/web-platform.js" data-main="aurelia-bootstrapper"></script>
|
|
</body>
|
|
|
|
</html>
|