mirror of
https://gitlab.silvrtree.co.uk/martind2000/ft.git
synced 2025-01-25 16:26:18 +00:00
30 lines
756 B
HTML
30 lines
756 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Site Configuration</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 {
|
|
text-transform: none;
|
|
}
|
|
a {
|
|
cursor: pointer;
|
|
}
|
|
p code {
|
|
color: #a0a0a0;
|
|
padding: 1px;
|
|
}
|
|
li code {
|
|
color: #a0a0a0;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body aurelia-app="components/test/docs/main">
|
|
|
|
<script src="/assets/js/web-platform.js" data-main="aurelia-bootstrapper"></script>
|
|
</body>
|
|
|
|
</html>
|